mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
moved tab related stuff to tab manager from app context
This commit is contained in:
@@ -55,7 +55,7 @@ export async function showDialog() {
|
||||
|
||||
await treeCache.reloadNotes([change.noteId]);
|
||||
|
||||
appContext.getActiveTabContext().setNote(change.noteId);
|
||||
appContext.tabManager.getActiveTabContext().setNote(change.noteId);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user