various small fixes

This commit is contained in:
zadam
2019-09-08 11:25:57 +02:00
parent 90afb2a1ee
commit f3955bcbdc
8 changed files with 17 additions and 16 deletions

View File

@@ -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);