Skip to content

Commit

Permalink
feat: remove previous tag input
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed May 24, 2021
1 parent a8d6080 commit c05220a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/views/notes/notes_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c05220a

Please sign in to comment.