mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
small tweaks
This commit is contained in:
@@ -128,6 +128,6 @@ export default class GlobalMenuWidget extends BasicWidget {
|
||||
this.$widget.find(".open-dev-tools-button").toggle(utils.isElectron());
|
||||
|
||||
this.$widget.on('click', '.dropdown-item',
|
||||
() => this.$widget.find('.dropdown-toggle').dropdown('toggle'));
|
||||
() => this.$widget.find("[data-toggle='dropdown']").dropdown('toggle'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user