mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 09:39:00 +01:00
feat(views/table): react to external attribute changes
This commit is contained in:
parent
4ac7b6e9e8
commit
854969e1b8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user