fix archer tree (2)
This commit is contained in:
parent
e4861df3ef
commit
bb98b2c5e4
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function construct_AT(elem, tree) {
|
|||
else {// if (parent_node.display.col < node.display.col && (parent_node.display.row != node.display.row)) {
|
||||
connector.classList.add("rotate-270");
|
||||
}
|
||||
resolve_connector(document.getElementById("atree-row-" + parent_node.display.row).children[node.display.col]);
|
||||
resolve_connector(document.getElementById("atree-row-" + parent_node.display.row).children[node.display.col], node);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue