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

@@ -479,7 +479,7 @@ class TabContext {
}
stateChanged() {
noteDetailService.openTabsChanged();
appContext.openTabsChanged();
}
}