mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
keyboard handlers for tabs
This commit is contained in:
@@ -24,7 +24,7 @@ class AttributesWidget extends StandardWidget {
|
||||
}
|
||||
|
||||
async refreshWithNote() {
|
||||
const attributes = await this.tabContext.attributes.getAttributes();console.log("attributes", attributes);
|
||||
const attributes = await this.tabContext.attributes.getAttributes();
|
||||
const ownedAttributes = attributes.filter(attr => attr.noteId === this.tabContext.note.noteId);
|
||||
|
||||
if (attributes.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user