lazy loading of tree

This commit is contained in:
azivner
2017-11-17 21:31:54 -05:00
parent 2f2969b2a1
commit 7b2c79b754
3 changed files with 49 additions and 45 deletions

View File

@@ -43,11 +43,6 @@ const treeUtils = (function() {
return "[unknown]";
}
// why?
if (note.data.is_clone) {
return null;
}
const path = [];
while (note) {