mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
new CollapsibleSectionContainer WIP
This commit is contained in:
@@ -41,6 +41,11 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
|
||||
this.$container = this.$widget.find(".promoted-attributes-container");
|
||||
}
|
||||
|
||||
renderTitle() {
|
||||
this.$title = $('<div>').text('Promoted attributes');
|
||||
return this.$title;
|
||||
}
|
||||
|
||||
async refreshWithNote(note) {
|
||||
this.$container.empty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user