mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
refactor(client): remove unnecessary return type
This commit is contained in:
@@ -37,7 +37,7 @@ export default class RightDropdownButtonWidget extends BasicWidget {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
doRender(): void {
|
doRender() {
|
||||||
this.$widget = $(TPL);
|
this.$widget = $(TPL);
|
||||||
this.$dropdownMenu = this.$widget.find(".dropdown-menu");
|
this.$dropdownMenu = this.$widget.find(".dropdown-menu");
|
||||||
this.dropdown = Dropdown.getOrCreateInstance(this.$widget.find("[data-bs-toggle='dropdown']")[0]);
|
this.dropdown = Dropdown.getOrCreateInstance(this.$widget.find("[data-bs-toggle='dropdown']")[0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user