Skip to content

Commit

Permalink
don't stop clock when changing visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Nov 10, 2023
1 parent 3308be8 commit 712b68e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WindowBehavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const saveBeforeExit = (app: Editor): null => {
app.currentFile().candidate = app.view.state.doc.toString();
app.currentFile().committed = app.view.state.doc.toString();
app.settings.saveApplicationToLocalStorage(app.universes, app.settings);
app.clock.stop();
return null;
};

Expand Down

0 comments on commit 712b68e

Please sign in to comment.