saveTiles clean up listeners on close

This commit is contained in:
Azgaar 2021-09-25 17:31:25 +03:00
parent 2587a1643b
commit 3dea76777b
2 changed files with 5 additions and 6 deletions

View file

@ -32,7 +32,7 @@ function editMarker() {
$("#markerEditor").dialog({
title: "Edit Marker",
resizable: false,
position: {my: "center top+30", at: "bottom", of: element, collision: "fit"},
position: {my: "left top", at: "left+10 top+10", of: "svg", collision: "fit"},
close: closeMarkerEditor
});