This commit is contained in:
2023-02-21 11:10:06 +01:00
parent d7926a64e2
commit 84203c825c

View File

@@ -1226,7 +1226,16 @@
}
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>