forked from noxious/client
Minor formatting improvement
This commit is contained in:
parent
3936676f2c
commit
30845b80e9
@ -177,13 +177,9 @@ const handleResize = () => {
|
||||
}
|
||||
|
||||
// Lifecycle
|
||||
watch(
|
||||
() => mapObject.value,
|
||||
() => {
|
||||
watch(() => mapObject.value, () => {
|
||||
updateScene()
|
||||
},
|
||||
{ deep: true }
|
||||
)
|
||||
})
|
||||
|
||||
onMounted(() => window.addEventListener('resize', handleResize))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user