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

@@ -287,7 +287,7 @@ async function treeInitialized() {
// previous opening triggered task to save tab changes but these are bogus changes (this is init)
// so we'll cancel it
noteDetailService.clearOpenTabsTask();
appContext.clearOpenTabsTask();
setFrontendAsLoaded();
}