Best undo/redo function across all map editor elements

This commit is contained in:
2025-02-10 16:02:38 -06:00
parent 0c450b24ed
commit 87ffc98cce
6 changed files with 145 additions and 102 deletions

View File

@ -102,7 +102,6 @@ function clear() {
if (!mapEditor.currentMap.value) return
// Clear placed objects, event tiles and tiles
mapEditor.clearMap()
mapEditor.triggerClearTiles()
}
</script>