fix: smart tags

This commit is contained in:
Baptiste Grob
2020-09-09 16:56:38 +02:00
parent 553f057dbf
commit 9a9d2c4085
3 changed files with 9 additions and 26 deletions

View File

@@ -851,7 +851,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> {
for (const tag of removeTags) {
await this.application.changeItem(tag.uuid, (mutator) => {
mutator.removeItemAsRelationship(note);
})
});
}
const newRelationships: SNTag[] = [];
for (const title of strings) {