further tab management moved to app context

This commit is contained in:
zadam
2020-01-12 12:48:17 +01:00
parent 4d16018f6c
commit f25d735b9d
5 changed files with 111 additions and 115 deletions

View File

@@ -21,7 +21,7 @@ async function getHoistedNoteId() {
async function setHoistedNoteId(noteId) {
if (noteId !== 'root') {
await noteDetailService.filterTabs(noteId);
await appContext.filterTabs(noteId);
}
hoistedNoteId = noteId;