Wait for the note filter text to be cleared before reloading notes after a tag change
This commit is contained in:
Baptiste Grob
2020-02-13 11:00:41 +01:00
parent 982b366866
commit fb275ab2e0

View File

@@ -193,7 +193,7 @@ class NotesCtrl extends PureCtrl {
this.resetScrollPosition();
this.setShowMenuFalse();
this.setNoteFilterText('');
await this.setNoteFilterText('');
this.desktopManager.searchText();
this.resetPagination();