added sidebar toggle button

This commit is contained in:
zadam
2021-05-22 21:35:25 +02:00
parent 5b220adc31
commit 1302765478
10 changed files with 75 additions and 75 deletions

View File

@@ -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();
}
}