mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
wip
This commit is contained in:
@@ -69,9 +69,7 @@ export default class Entrypoints extends Component {
|
||||
|
||||
await treeService.expandToNote(note.noteId);
|
||||
|
||||
const tabContext = appContext.tabManager.openEmptyTab();
|
||||
appContext.tabManager.activateTab(tabContext.tabId);
|
||||
await tabContext.setNote(note.noteId);
|
||||
const tabContext = await appContext.tabManager.openTabWithNote(note.noteId, true);
|
||||
|
||||
appContext.triggerCommand('focusAndSelectTitle');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user