mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
faster opening of the date notes (no animation)
This commit is contained in:
@@ -96,6 +96,10 @@ class TreeCache {
|
||||
const resp = await server.post('tree/load', { noteIds: missingNoteIds });
|
||||
|
||||
this.addResp(resp.notes, resp.branches, resp.relations);
|
||||
|
||||
for (const note of resp.notes) {
|
||||
await this.reloadParents(note.noteId);
|
||||
}
|
||||
}
|
||||
|
||||
return noteIds.map(noteId => {
|
||||
|
||||
Reference in New Issue
Block a user