mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
wip
This commit is contained in:
@@ -89,7 +89,11 @@ class AttributesWidget extends StandardWidget {
|
||||
}
|
||||
|
||||
entitiesReloadedListener({loadResults}) {
|
||||
if (loadResults.getAttributes().find(attr => attr.type === 'relation' && attr.noteId === this.noteId)) {
|
||||
console.log("CHECK ATTRS", loadResults.getAttributes());
|
||||
|
||||
if (loadResults.getAttributes().find(attr => attr.noteId === this.noteId)) {
|
||||
console.log("JAAAJ");
|
||||
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user