mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
slightly optimize onZoom
This commit is contained in:
parent
a06e55d618
commit
929d85a335
5 changed files with 4 additions and 22 deletions
|
|
@ -235,10 +235,7 @@ function editLake() {
|
|||
$(this).dialog("close");
|
||||
}
|
||||
}
|
||||
groupEl.remove();
|
||||
document.getElementById('lakeGroup').selectedOptions[0].remove();
|
||||
document.getElementById('lakeGroup').value = 'freshwater';
|
||||
};
|
||||
});
|
||||
confirmationDialog({title: 'Remove lake group', message, confirm: 'Remove', onConfirm});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue