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 = () => {
|
byId("hierarchyTree_selectedCloseButton").onclick = () => {
|
||||||
this.style.outline = "none";
|
node.style("outline", "none");
|
||||||
byId("hierarchyTree_selected").style.display = "none";
|
byId("hierarchyTree_selected").style.display = "none";
|
||||||
byId("hierarchyTree_infoLine").style.display = "block";
|
byId("hierarchyTree_infoLine").style.display = "block";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
// version and caching control
|
// version and caching control
|
||||||
|
|
||||||
const version = "1.86.06"; // generator version, update each time
|
const version = "1.86.07"; // generator version, update each time
|
||||||
|
|
||||||
{
|
{
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue