removed children overview (will be replaced by book)

This commit is contained in:
zadam
2019-10-05 12:06:06 +02:00
parent ea71e96f72
commit cbc7710d81
5 changed files with 6 additions and 69 deletions

View File

@@ -46,8 +46,7 @@ async function setupProtectedSession(password) {
await treeService.reload();
// it's important that tree has been already reloaded at this point since detail also uses tree cache (for children overview)
// children overview is the reason why we need to reload all tabs
// it's important that tree has been already reloaded at this point since detail also uses tree cache (for book)
await noteDetailService.reloadAllTabs();
if (protectedSessionDeferred !== null) {