feat: remove previous tag input
This commit is contained in:
@@ -407,6 +407,7 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesCtrlState> {
|
|||||||
await this.appState.createEditor(title);
|
await this.appState.createEditor(title);
|
||||||
await this.flushUI();
|
await this.flushUI();
|
||||||
await this.reloadNotes();
|
await this.reloadNotes();
|
||||||
|
await this.appState.notes.reloadActiveNoteTags();
|
||||||
}
|
}
|
||||||
|
|
||||||
async handleTagChange(tag: SNTag) {
|
async handleTagChange(tag: SNTag) {
|
||||||
|
|||||||
Reference in New Issue
Block a user