mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
renamed Listener() to Event()
This commit is contained in:
@@ -18,7 +18,7 @@ export default class SidePaneContainer extends FlexContainer {
|
||||
}
|
||||
}
|
||||
|
||||
sidebarVisibilityChangedListener({side, show}) {
|
||||
sidebarVisibilityChangedEvent({side, show}) {
|
||||
if (this.side === side) {
|
||||
this.toggle(show);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user