mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-22 20:28:07 +08:00
refactor(client): remove unnecessary return type
This commit is contained in:
parent
1be92baf4a
commit
175852f6cb
@ -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]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user