mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix visibility of panels after startup with hidden state
This commit is contained in:
parent
a73739d03e
commit
4b24d9562c
@ -16,6 +16,8 @@ export default class SidePaneContainer extends FlexContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sidebarVisibilityChangedEvent({side, show}) {
|
sidebarVisibilityChangedEvent({side, show}) {
|
||||||
|
this.toggleInt(this.isEnabled());
|
||||||
|
|
||||||
if (this.side === side && show) {
|
if (this.side === side && show) {
|
||||||
this.handleEvent('lazyLoaded');
|
this.handleEvent('lazyLoaded');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user