fix: always show placeholder note in empty "all notes" list on start
This commit is contained in:
@@ -253,6 +253,7 @@ class NotesViewCtrl extends PureViewCtrl {
|
|||||||
title = this.getState().noteFilter.text;
|
title = this.getState().noteFilter.text;
|
||||||
}
|
}
|
||||||
await this.appState.createEditor(title);
|
await this.appState.createEditor(title);
|
||||||
|
await this.flushUI();
|
||||||
await this.reloadNotes();
|
await this.reloadNotes();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user