mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fixes in closing tabs and elsewhere
This commit is contained in:
@@ -70,7 +70,7 @@ export default class Entrypoints extends Component {
|
||||
|
||||
await treeService.expandToNote(note.noteId);
|
||||
|
||||
const tabContext = appContext.openEmptyTab();
|
||||
const tabContext = appContext.tabManager.openEmptyTab();
|
||||
appContext.tabManager.activateTab(tabContext.tabId);
|
||||
await tabContext.setNote(note.noteId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user