fix: add sync after adding tag

This commit is contained in:
Antonella Sgarlatta
2021-05-25 16:15:43 -03:00
parent eb89fe4a01
commit ee975df6d3

View File

@@ -372,6 +372,7 @@ export class NotesState {
await this.application.changeItem(tag.uuid, (mutator) => {
mutator.addItemAsRelationship(activeNote);
});
this.application.sync();
this.reloadActiveNoteTags();
}
}