diff --git a/src/editor/js/structures/graph/graph.ts b/src/editor/js/structures/graph/graph.ts index 5159d74ec7eff439695f24e479dc2dd04ea27c9d..e8156c7fa7288ad68bb293ad96b98a811ef64393 100644 --- a/src/editor/js/structures/graph/graph.ts +++ b/src/editor/js/structures/graph/graph.ts @@ -241,6 +241,7 @@ export class Graph extends ManagedData { return true; // Doesn't even exist in graph to begin with. } + // TODO: Filter links by link id this.data.links = this.data.links.filter( (l: Link) => l.sourceId !== link.sourceId || l.targetId !== link.targetId