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