mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
removed children overview (will be replaced by book)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user