mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
launchbar WIP
This commit is contained in:
@@ -11,7 +11,7 @@ export default class LeftPaneContainer extends FlexContainer {
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return super.isEnabled() && options.is( 'leftPaneVisible');
|
||||
return super.isEnabled() && options.is('leftPaneVisible');
|
||||
}
|
||||
|
||||
entitiesReloadedEvent({loadResults}) {
|
||||
|
||||
Reference in New Issue
Block a user