feat: get sorted tags for note
This commit is contained in:
@@ -158,7 +158,7 @@ export class NotesState {
|
|||||||
reloadActiveNoteTags(): void {
|
reloadActiveNoteTags(): void {
|
||||||
const { activeNote } = this;
|
const { activeNote } = this;
|
||||||
if (activeNote) {
|
if (activeNote) {
|
||||||
this.activeNoteTags = this.application.getAppState().getNoteTags(activeNote);
|
this.activeNoteTags = this.application.getSortedTagsForNote(activeNote)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user