v1.5.87 - lakes editor rework

This commit is contained in:
Azgaar 2021-03-02 03:28:08 +03:00
parent 5f5a67d436
commit 124c7f3448
7 changed files with 118 additions and 36 deletions

View file

@ -204,7 +204,8 @@ function editRiver(id) {
function editRiverLegend() {
const id = elSelected.attr("id");
editNotes(id, id);
const river = getRiver();
editNotes(id, river.name + " " + river.type);
}
function toggleRiverCreationMode() {