feat: remove previous tag input

This commit is contained in:
Antonella Sgarlatta
2021-05-24 19:07:21 -03:00
parent a8d6080a6f
commit c05220af7a

View File

@@ -407,6 +407,7 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesCtrlState> {
await this.appState.createEditor(title);
await this.flushUI();
await this.reloadNotes();
await this.appState.notes.reloadActiveNoteTags();
}
async handleTagChange(tag: SNTag) {