Fix: #363
Wait for the note filter text to be cleared before reloading notes after a tag change
This commit is contained in:
@@ -193,7 +193,7 @@ class NotesCtrl extends PureCtrl {
|
||||
|
||||
this.resetScrollPosition();
|
||||
this.setShowMenuFalse();
|
||||
this.setNoteFilterText('');
|
||||
await this.setNoteFilterText('');
|
||||
this.desktopManager.searchText();
|
||||
this.resetPagination();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user