From 150b0f7996bc9cff36a0a4c80177850cff1f1c70 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 20:45:47 -0500 Subject: [PATCH] don't switch buttons back on automatically after computation --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index 3c1e418..05a42e2 100644 --- a/main.js +++ b/main.js @@ -97,7 +97,6 @@ function switchInputs(enabled) { function endOfComputation() { clearTimeout(timeoutId); switchInputs(true); - switchButtons(true); } const expr = document.querySelector("#expr");