don't switch buttons back on automatically after computation
This commit is contained in:
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");
|
||||||
|
|||||||
Reference in New Issue
Block a user