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