mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
further tab management moved to app context
This commit is contained in:
@@ -21,7 +21,7 @@ async function getHoistedNoteId() {
|
||||
|
||||
async function setHoistedNoteId(noteId) {
|
||||
if (noteId !== 'root') {
|
||||
await noteDetailService.filterTabs(noteId);
|
||||
await appContext.filterTabs(noteId);
|
||||
}
|
||||
|
||||
hoistedNoteId = noteId;
|
||||
|
||||
Reference in New Issue
Block a user