mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix(hierarchy tree): unselect node on exit
This commit is contained in:
parent
8008389eaf
commit
a7cb464b55
2 changed files with 2 additions and 2 deletions
|
|
@ -432,7 +432,7 @@ function selectElement(d) {
|
|||
};
|
||||
|
||||
byId("hierarchyTree_selectedCloseButton").onclick = () => {
|
||||
this.style.outline = "none";
|
||||
node.style("outline", "none");
|
||||
byId("hierarchyTree_selected").style.display = "none";
|
||||
byId("hierarchyTree_infoLine").style.display = "block";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue