fix: add sync after adding tag
This commit is contained in:
@@ -372,6 +372,7 @@ export class NotesState {
|
|||||||
await this.application.changeItem(tag.uuid, (mutator) => {
|
await this.application.changeItem(tag.uuid, (mutator) => {
|
||||||
mutator.addItemAsRelationship(activeNote);
|
mutator.addItemAsRelationship(activeNote);
|
||||||
});
|
});
|
||||||
|
this.application.sync();
|
||||||
this.reloadActiveNoteTags();
|
this.reloadActiveNoteTags();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user