don't switch buttons back on automatically after computation
This commit is contained in:
parent
f3c6f8a67f
commit
150b0f7996
1
main.js
1
main.js
|
|
@ -97,7 +97,6 @@ function switchInputs(enabled) {
|
||||||
function endOfComputation() {
|
function endOfComputation() {
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
switchInputs(true);
|
switchInputs(true);
|
||||||
switchButtons(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const expr = document.querySelector("#expr");
|
const expr = document.querySelector("#expr");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue