From: miha-q <> Date: Sun, 4 Aug 2024 00:38:10 +0000 (-0400) Subject: Sat Aug 3 08:38:10 PM EDT 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=e675de31057bf309ecd1a706c6adea9c6536a140;p=QAnsel.git Sat Aug 3 08:38:10 PM EDT 2024 --- diff --git a/src/index.html b/src/index.html index 4f28239..fc90f69 100644 --- a/src/index.html +++ b/src/index.html @@ -684,6 +684,7 @@ { onComplete: function() { + $("[onclick*=screenshot]")[0].style.pointerEvents = ""; } } } @@ -722,6 +723,7 @@ $("#run")[0].addEventListener("click", () => { + $("[onclick*=screenshot]")[0].style.pointerEvents = "none"; if (ProgramTrack.STATE[0].length == 0) { errorModal("You must place at least one logic gate."); @@ -964,6 +966,7 @@ } function errorModal(err, mode) { + $("[onclick*=screenshot]")[0].style.pointerEvents = ""; if (mode == 1) { try diff --git a/src/src.zip b/src/src.zip index 6128211..85dee5d 100644 Binary files a/src/src.zip and b/src/src.zip differ