Merge pull request #366 from standardnotes/issue-363

Wait for the note filter text to be cleared before reloading notes after a tag change
This commit is contained in:
Mo Bitar
2020-02-13 13:33:59 -06:00
committed by GitHub

View File

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