Fixed #37
This commit is contained in:
		| @@ -1226,7 +1226,16 @@ | |||||||
|                 } |                 } | ||||||
|  |  | ||||||
|                 processTooltip(); |                 processTooltip(); | ||||||
|                 // console.log("clock"); |             }) | ||||||
|  |  | ||||||
|  |             tool.addEventListener('change', event => { | ||||||
|  |                 //Check if script was called from textarea or selector | ||||||
|  |                 var targetID = event.target.getAttribute('id'); | ||||||
|  |                 if (targetID !== "processors") { | ||||||
|  |                     return; | ||||||
|  |                 } | ||||||
|  |  | ||||||
|  |                 processTooltip(); | ||||||
|             }) |             }) | ||||||
|         } |         } | ||||||
|     </script> |     </script> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user