Allow link labels over groups

This commit is contained in:
Ian Gulliver
2019-07-12 21:23:30 +00:00
parent 2b1272825c
commit 91c41b7d96

View File

@@ -195,7 +195,7 @@ class LayoutLink {
let pos = this.path[i];
let score = 0;
if (this.nodesByPos_.has(pos)) {
if (this.nodesByPos_.get(pos) instanceof LayoutNode) {
// Never overlap nodes
continue;
}