1
0
forked from noxious/client

Works partially 💩

This commit is contained in:
Zaxiure
2024-10-15 23:48:50 +02:00
parent a6c22df528
commit a9c2b209d9
3 changed files with 46 additions and 7 deletions

View File

@ -42,7 +42,7 @@ const handleRotate = () => {
}
const handleMove = () => {
emit('move')
emit('move', zoneEditorStore.selectedZoneObject?.id);
}
const handleDelete = () => {