fix: showing saving status on first load

This commit is contained in:
Mo
2021-12-27 15:23:56 -06:00
parent 8db81d5c5c
commit 07678bbd32

View File

@@ -214,6 +214,7 @@ export class EditorViewCtrl extends PureViewCtrl<unknown, EditorState> {
) {
this.showSavingStatus();
} else if (
this.state.noteStatus &&
note.lastSyncEnd!.getTime() > note.lastSyncBegan!.getTime()
) {
this.showAllChangesSavedStatus();