mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
Fix typos
Found via `codespell -S ./libraries,./package-lock.json -L tabel,tabels,uptodate,isnt,edn,falsy`
This commit is contained in:
@@ -50,7 +50,7 @@ export default class RightDropdownButtonWidget extends BasicWidget {
|
||||
this.$widget.find(".dropdown-menu").append(this.$dropdownContent);
|
||||
}
|
||||
|
||||
// to be overriden
|
||||
// to be overridden
|
||||
async dropdownShow() {}
|
||||
|
||||
hideDropdown() {
|
||||
|
||||
Reference in New Issue
Block a user