mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fixes
This commit is contained in:
@@ -294,7 +294,7 @@ function getHashValueFromAddress() {
|
||||
async function loadTreeData() {
|
||||
const resp = await server.get('tree');
|
||||
|
||||
treeCache.load(resp.notes, resp.branches);
|
||||
treeCache.load(resp.notes, resp.branches, resp.attributes);
|
||||
|
||||
return await treeBuilder.prepareTree();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user