mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
layout changes
This commit is contained in:
@@ -16,6 +16,7 @@ export default class CollapsibleWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(WIDGET_TPL);
|
||||
this.contentSized();
|
||||
this.$widget.find('[data-target]').attr('data-target', "#" + this.componentId);
|
||||
|
||||
this.$bodyWrapper = this.$widget.find('.body-wrapper');
|
||||
|
||||
Reference in New Issue
Block a user