diff --git a/app/assets/javascripts/views/notes/notes_view.ts b/app/assets/javascripts/views/notes/notes_view.ts index cfbbaf40be6..78d276d43bd 100644 --- a/app/assets/javascripts/views/notes/notes_view.ts +++ b/app/assets/javascripts/views/notes/notes_view.ts @@ -407,6 +407,7 @@ class NotesViewCtrl extends PureViewCtrl { await this.appState.createEditor(title); await this.flushUI(); await this.reloadNotes(); + await this.appState.notes.reloadActiveNoteTags(); } async handleTagChange(tag: SNTag) {