-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
I found this code in springy.js (line368).
var to = this.graph.getEdges(edge.target, edge.source);
from.forEach(function(e){
if (existingSpring === false && e.id in this.edgeSprings) {
existingSpring = this.edgeSprings[e.id];
}
}, this);
I think it it should iterate from the variable "to" and not on "from".
Metadata
Metadata
Assignees
Labels
No labels