forked from noxious/client
Remove history commit that was used to pad the start
This commit is contained in:
parent
59243e0e17
commit
faa8e5def9
@ -210,8 +210,6 @@ onMounted(async () => {
|
|||||||
originTiles = cloneArray(mapValue.tiles)
|
originTiles = cloneArray(mapValue.tiles)
|
||||||
originEventTiles = cloneArray(mapValue.mapEventTiles)
|
originEventTiles = cloneArray(mapValue.mapEventTiles)
|
||||||
|
|
||||||
commit()
|
|
||||||
|
|
||||||
const tileStorage = new TileStorage()
|
const tileStorage = new TileStorage()
|
||||||
const allTiles = await tileStorage.getAll()
|
const allTiles = await tileStorage.getAll()
|
||||||
const allTileIds = allTiles.map((tile) => tile.id)
|
const allTileIds = allTiles.map((tile) => tile.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user