From faa8e5def9a6b99c546846afdb8e488bbea17024 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 11 Feb 2025 21:14:03 -0600 Subject: [PATCH] Remove history commit that was used to pad the start --- src/components/gameMaster/mapEditor/Map.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/gameMaster/mapEditor/Map.vue b/src/components/gameMaster/mapEditor/Map.vue index 4d0a2bf..3cb8b43 100644 --- a/src/components/gameMaster/mapEditor/Map.vue +++ b/src/components/gameMaster/mapEditor/Map.vue @@ -210,8 +210,6 @@ onMounted(async () => { originTiles = cloneArray(mapValue.tiles) originEventTiles = cloneArray(mapValue.mapEventTiles) - commit() - const tileStorage = new TileStorage() const allTiles = await tileStorage.getAll() const allTileIds = allTiles.map((tile) => tile.id)