Don't avoid drawing lines over groups that we're coming to or from.
This commit is contained in:
@@ -6,7 +6,7 @@ class LayoutGroup {
|
||||
this.tension = 0;
|
||||
|
||||
for (let node of nodes) {
|
||||
node.groups.push(this);
|
||||
node.groups.add(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user