diff --git a/frontend/scenes/Document/DocumentStore.js b/frontend/scenes/Document/DocumentStore.js index e8835ba6c..fa9a662f0 100644 --- a/frontend/scenes/Document/DocumentStore.js +++ b/frontend/scenes/Document/DocumentStore.js @@ -58,7 +58,7 @@ class DocumentStore { path = previousPath; return; } else { - return traveler(childNode, newPath); + return traveler(childNode.chilren, newPath); } }); };