mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
optimizations to the lazy loading - expanding tree now takes only one request
This commit is contained in:
@@ -375,7 +375,7 @@ async function loadTree() {
|
||||
startNotePath = getNotePathFromAddress();
|
||||
}
|
||||
|
||||
return await treeBuilder.prepareTree(resp.notes, resp.branches, resp.parentToChildren);
|
||||
return await treeBuilder.prepareTree(resp.notes, resp.branches, resp.relations);
|
||||
}
|
||||
|
||||
function collapseTree(node = null) {
|
||||
|
||||
Reference in New Issue
Block a user