don't switch buttons back on automatically after computation

This commit is contained in:
filifa
2025-12-15 20:45:47 -05:00
parent f3c6f8a67f
commit 150b0f7996

View File

@@ -97,7 +97,6 @@ function switchInputs(enabled) {
function endOfComputation() {
clearTimeout(timeoutId);
switchInputs(true);
switchButtons(true);
}
const expr = document.querySelector("#expr");