Konstantin Lukashkin
Results
1
comments of
Konstantin Lukashkin
you just need to remove that code from [graph-creator.js](https://github.com/cjrd/directed-graph-creator/blob/master/graph-creator.js) `if (d.source === newEdge.target && d.target === newEdge.source){ thisGraph.edges.splice(thisGraph.edges.indexOf(d), 1); }`