mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
lazy loading of tree
This commit is contained in:
@@ -43,11 +43,6 @@ const treeUtils = (function() {
|
||||
return "[unknown]";
|
||||
}
|
||||
|
||||
// why?
|
||||
if (note.data.is_clone) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const path = [];
|
||||
|
||||
while (note) {
|
||||
|
||||
Reference in New Issue
Block a user