fix: select home navigation view when creating note inside smart view (#1059)

This commit is contained in:
Mo
2022-06-01 09:23:23 -05:00
committed by GitHub
parent c252a066fc
commit 78f39ec85d
9 changed files with 62 additions and 65 deletions

View File

@@ -120,7 +120,7 @@ export class NotesState extends AbstractState {
await this.application.noteControllerGroup.createNoteController(noteUuid)
this.appState.noteTags.reloadTags()
this.appState.noteTags.reloadTagsForCurrentNote()
await this.onActiveEditorChanged()
}