mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
introduction of refreshWithNote
This commit is contained in:
@@ -23,7 +23,7 @@ class AttributesWidget extends StandardWidget {
|
||||
return [$showFullButton];
|
||||
}
|
||||
|
||||
async refresh() {
|
||||
async refreshWithNote() {
|
||||
const attributes = await this.tabContext.attributes.getAttributes();console.log("attributes", attributes);
|
||||
const ownedAttributes = attributes.filter(attr => attr.noteId === this.tabContext.note.noteId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user