mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
changes in retrieval of initial note tree and then updates
This commit is contained in:
@@ -562,7 +562,7 @@ function getHashValueFromAddress() {
|
||||
async function loadTreeCache() {
|
||||
const resp = await server.get('tree');
|
||||
|
||||
treeCache.load(resp.notes, resp.branches, resp.relations);
|
||||
treeCache.load(resp.notes, resp.branches);
|
||||
}
|
||||
|
||||
async function loadTree() {
|
||||
|
||||
Reference in New Issue
Block a user