Affinity migration checkout

Issue #6
This commit is contained in:
Ian Gulliver
2019-07-13 03:41:36 +00:00
parent 2663c64bcd
commit aa9035749f
3 changed files with 23 additions and 19 deletions

View File

@@ -5,6 +5,8 @@ class LayoutGroup {
this.nodes = new Set(nodes);
this.tension = 0;
this.label = this.graphGroup_ ? this.graphGroup_.label : null;
for (let node of nodes) {
node.groups.add(this);
}