mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
added promotedAttributesExpanded option
This commit is contained in:
@@ -44,7 +44,7 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
|
||||
this.$container.empty();
|
||||
|
||||
const promotedAttributes = this.getPromotedAttributes();
|
||||
const attributes = note.getAttributes();console.log(this.note.getAttributes());
|
||||
const attributes = note.getAttributes();
|
||||
|
||||
const cells = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user