fix: always show placeholder note in empty "all notes" list on start

This commit is contained in:
Baptiste Grob
2020-08-18 18:15:02 +02:00
parent 5c7bc32306
commit aeafe8c7c1

View File

@@ -253,6 +253,7 @@ class NotesViewCtrl extends PureViewCtrl {
title = this.getState().noteFilter.text;
}
await this.appState.createEditor(title);
await this.flushUI();
await this.reloadNotes();
}