fix: remove async from reloadActiveNoteTags
This commit is contained in:
@@ -155,7 +155,7 @@ export class NotesState {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async reloadActiveNoteTags(): Promise<void> {
|
reloadActiveNoteTags(): void {
|
||||||
const { activeNote } = this;
|
const { activeNote } = this;
|
||||||
if (activeNote) {
|
if (activeNote) {
|
||||||
this.activeNoteTags = this.application.getAppState().getNoteTags(activeNote);
|
this.activeNoteTags = this.application.getAppState().getNoteTags(activeNote);
|
||||||
|
|||||||
Reference in New Issue
Block a user