fix: showing saving status on first load
This commit is contained in:
@@ -214,6 +214,7 @@ export class EditorViewCtrl extends PureViewCtrl<unknown, EditorState> {
|
|||||||
) {
|
) {
|
||||||
this.showSavingStatus();
|
this.showSavingStatus();
|
||||||
} else if (
|
} else if (
|
||||||
|
this.state.noteStatus &&
|
||||||
note.lastSyncEnd!.getTime() > note.lastSyncBegan!.getTime()
|
note.lastSyncEnd!.getTime() > note.lastSyncBegan!.getTime()
|
||||||
) {
|
) {
|
||||||
this.showAllChangesSavedStatus();
|
this.showAllChangesSavedStatus();
|
||||||
|
|||||||
Reference in New Issue
Block a user