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.resetScrollPosition();
|
||||||
this.setShowMenuFalse();
|
this.setShowMenuFalse();
|
||||||
this.setNoteFilterText('');
|
await this.setNoteFilterText('');
|
||||||
this.desktopManager.searchText();
|
this.desktopManager.searchText();
|
||||||
this.resetPagination();
|
this.resetPagination();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user