mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
added sidebar toggle button
This commit is contained in:
@@ -100,12 +100,4 @@ export default class NoteContextAwareWidget extends BasicWidget {
|
||||
async frocaReloadedEvent() {
|
||||
await this.refresh();
|
||||
}
|
||||
|
||||
async lazyLoadedEvent() {
|
||||
if (!this.noteContext) { // has not been loaded yet
|
||||
this.noteContext = appContext.tabManager.getActiveContext();
|
||||
}
|
||||
|
||||
await this.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user