added promotedAttributesExpanded option

This commit is contained in:
zadam
2020-07-25 23:32:46 +02:00
parent b19589033d
commit 3261fea67f
4 changed files with 23 additions and 9 deletions

View File

@@ -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 = [];