Merge branch 'master' into next

This commit is contained in:
zadam
2021-04-29 22:09:48 +02:00
5 changed files with 31 additions and 23 deletions

View File

@@ -813,6 +813,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
const activeContext = appContext.tabManager.getActiveTabContext();
if (activeContext && activeContext.notePath) {
this.tree.$container.focus();
this.tree.setFocus(true);
const node = await this.expandToNote(activeContext.notePath);