mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
progress
This commit is contained in:
@@ -28,11 +28,11 @@ const TPL = `
|
||||
|
||||
export default class PromotedAttributesWidget extends TabAwareWidget {
|
||||
doRender() {
|
||||
const $widget = $(TPL);
|
||||
this.$widget = $(TPL);
|
||||
|
||||
this.$container = $widget.find(".promoted-attributes");
|
||||
this.$container = this.$widget.find(".promoted-attributes");
|
||||
|
||||
return $widget;
|
||||
return this.$widget;
|
||||
}
|
||||
|
||||
async activeTabChanged() {
|
||||
|
||||
Reference in New Issue
Block a user