Skip to content
Snippets Groups Projects
Commit a1859695 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Added todo

parent 388f9d27
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56572 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment