fixes in setting/opening tabs

This commit is contained in:
zadam
2020-03-18 10:08:16 +01:00
parent 280955b3a2
commit 6295a1825d
7 changed files with 17 additions and 15 deletions

View File

@@ -554,7 +554,9 @@ export default class NoteTreeWidget extends TabAwareWidget {
}
if (activeNotePath) {
appContext.tabManager.getActiveTabContext().setNote(activeNotePath);
const node = await this.expandToNote(activeNotePath);
node.setActive(true, {noEvents: true});
}
}