1
0
forked from noxious/client
This commit is contained in:
2025-01-05 22:06:05 +01:00
parent c1d9cc3a11
commit 37b97b0aac
2 changed files with 2 additions and 4 deletions

View File

@ -213,7 +213,7 @@ watch(
if (updatedObject) {
return {
...mapObject,
object: {
mapObject: {
...mapObject.mapObject,
originX: updatedObject.originX,
originY: updatedObject.originY
@ -241,6 +241,6 @@ watch(
}
}
},
{ deep: true }
// { deep: true }
)
</script>