mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
various small fixes
This commit is contained in:
@@ -55,7 +55,7 @@ export default class LinkMap {
|
||||
}
|
||||
|
||||
// preload all notes
|
||||
const notes = await treeCache.getNotes(Array.from(noteIds));
|
||||
const notes = await treeCache.getNotes(Array.from(noteIds), true);
|
||||
|
||||
const graph = new Springy.Graph();
|
||||
graph.addNodes(...noteIds);
|
||||
|
||||
Reference in New Issue
Block a user