mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.3.52
This commit is contained in:
parent
b396c6419c
commit
e7b4d0e39a
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ function editRegiment(selector) {
|
||||||
function closeEditor() {
|
function closeEditor() {
|
||||||
armies.selectAll(":scope > g").classed("draggable", false);
|
armies.selectAll(":scope > g").classed("draggable", false);
|
||||||
armies.selectAll("g>g").call(d3.drag().on("drag", null));
|
armies.selectAll("g>g").call(d3.drag().on("drag", null));
|
||||||
viewbox.select("g#regimentBase").remove();
|
viewbox.selectAll("g#regimentBase").remove();
|
||||||
document.getElementById("regimentAdd").classList.remove("pressed");
|
document.getElementById("regimentAdd").classList.remove("pressed");
|
||||||
document.getElementById("regimentAttach").classList.remove("pressed");
|
document.getElementById("regimentAttach").classList.remove("pressed");
|
||||||
restoreDefaultEvents();
|
restoreDefaultEvents();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue