Remove notes tags display

This commit is contained in:
Mo Bitar
2020-04-17 13:57:43 -05:00
parent 0c6b5cbeb7
commit 8050c9cccd
6 changed files with 37 additions and 47 deletions

View File

@@ -887,13 +887,14 @@ class EditorViewCtrl extends PureViewCtrl implements EditorViewScope {
}
}
if (newRelationships.length > 0) {
await this.application.changeAndSaveItems(
await this.application.changeItems(
Uuids(newRelationships),
(mutator) => {
mutator.addItemAsRelationship(note);
}
)
}
this.application.sync();
this.reloadTagsString();
}