Skip to content

Commit 65a3982

Browse files
author
Kinon
committed
Fix autosave
1 parent 5a91598 commit 65a3982

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

TypeMath/app.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,7 @@ class Application
239239
this.interpretLaTeX(code);
240240
autosave.prop("checked", true);
241241
}
242-
else
243-
autosave.change();
242+
autosave.change();
244243

245244
this.render();
246245
}

0 commit comments

Comments
 (0)