mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
backend API to create a launcher
This commit is contained in:
@@ -48,7 +48,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.$widget.find('[data-target]').attr('data-target', `#${this.componentId}`);
|
||||
|
||||
this.$bodyWrapper = this.$widget.find('.body-wrapper');
|
||||
this.$bodyWrapper.attr('id', this.componentId); // for toggle to work we need id
|
||||
|
||||
Reference in New Issue
Block a user