mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
fix(client): strange behaviour when navigating between tabs (closes #1615)
This commit is contained in:
@@ -214,7 +214,7 @@ export class TypedBasicWidget<T extends TypedComponent<any>> extends TypedCompon
|
||||
return this.$widget.hasClass("hidden-int");
|
||||
}
|
||||
|
||||
toggleExt(show: boolean) {
|
||||
toggleExt(show: boolean | null | "" | undefined) {
|
||||
this.$widget.toggleClass("hidden-ext", !show)
|
||||
.toggleClass("visible", !!show);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user