mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fixes in setting/opening tabs
This commit is contained in:
@@ -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});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user