mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
feat(views/table): react to external attribute changes
This commit is contained in:
@@ -227,6 +227,10 @@ export default class TableView extends ViewMode<StateInfo> {
|
|||||||
this.#manageRowsUpdate();
|
this.#manageRowsUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (loadResults.getAttributeRows().some(attr => this.args.noteIds.includes(attr.noteId!))) {
|
||||||
|
this.#manageRowsUpdate();
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user