forked from noxious/client
TS fix
This commit is contained in:
parent
90c0ed3141
commit
c1edf31ca0
@ -32,7 +32,7 @@ let commandIndex = ref(0)
|
|||||||
|
|
||||||
let originTiles: string[][] = []
|
let originTiles: string[][] = []
|
||||||
let originEventTiles: MapEventTile[] = []
|
let originEventTiles: MapEventTile[] = []
|
||||||
let originObjects = ref<PlacedMapObjectT[]>(mapEditor.currentMap.value.placedMapObjects)
|
let originObjects = ref<PlacedMapObjectT[]>(mapEditor.currentMap.value?.placedMapObjects ?? [])
|
||||||
|
|
||||||
const { undo, redo, commit, pause, resume, canUndo, canRedo } = useRefHistory(originObjects, { deep: true, capacity: 9 })
|
const { undo, redo, commit, pause, resume, canUndo, canRedo } = useRefHistory(originObjects, { deep: true, capacity: 9 })
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user