There was an error while loading. Please reload this page.
1 parent a06ab93 commit 651b401Copy full SHA for 651b401
calc.js
@@ -128,6 +128,7 @@ function checkForBracketMulti() {
128
return;
129
} else {
130
screen.value = eval(screenValue);
131
+ screenValue = screen.value;
132
let calcHistory = JSON.parse(localStorage.getItem("calcHistory")) || [];
133
if (calcHistory.length >= maxItems) {
134
calcHistory.shift();
0 commit comments