Skip to content

Commit

Permalink
re-enable settings after escape kep pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 9, 2024
1 parent b375ad2 commit 45581ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2771,7 +2771,7 @@ function centreSpec(){
if (PREDICTING) {
console.log('Operation aborted');
PREDICTING = false;
disableSettingsDuringAnalysis(true);
disableSettingsDuringAnalysis(false);
STATE.analysisDone = true;
worker.postMessage({
action: 'abort',
Expand Down

0 comments on commit 45581ed

Please sign in to comment.