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) => {
|
||||
mutator.addItemAsRelationship(activeNote);
|
||||
});
|
||||
this.application.sync();
|
||||
this.reloadActiveNoteTags();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user