mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 16:25:44 +02:00
Update room.vue
This commit is contained in:
@@ -437,7 +437,7 @@ function showSnappingMenu(ev: PointerEvent) {
|
||||
}
|
||||
|
||||
function rotate() {
|
||||
controller.changeGrabbingRotationY(Math.PI / 8);
|
||||
controller.changeGrabbingRotation(Math.PI / 8);
|
||||
canvas.value!.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user