1
0
forked from noxious/client

npm update

This commit is contained in:
2025-02-06 14:03:33 +01:00
parent 7071d934b4
commit d5984f1c3f
2 changed files with 86 additions and 86 deletions

View File

@ -95,7 +95,7 @@ async function handleUpdate() {
originX: mapObjectOriginX.value,
originY: mapObjectOriginY.value
})
mapEditor.triggerMapObjectRefresh() // Add this line
mapEditor.triggerMapObjectRefresh()
}
)
}