Fix overlapping groups

This commit is contained in:
Ian Gulliver
2019-07-09 20:34:36 +00:00
parent b7d51417d6
commit b0bc1e5f3b
4 changed files with 30 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ class GraphNode {
}
}
// TODO: move this to LayoutNode, item by item
setAffinity(nodes) {
const INF = 999999;