mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
removed link remnants
This commit is contained in:
@@ -55,7 +55,6 @@ export default class LinkMap {
|
||||
|
||||
const graph = new Springy.Graph();
|
||||
graph.addNodes(...noteIds);
|
||||
graph.addEdges(...links.map(l => [l.noteId, l.targetNoteId]));
|
||||
|
||||
const layout = new Springy.Layout.ForceDirected(
|
||||
graph,
|
||||
|
||||
Reference in New Issue
Block a user