mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
speedup of similar notes widget
This commit is contained in:
@@ -99,10 +99,6 @@ 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