1
0
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:
syuilo
2026-05-03 12:13:33 +09:00
parent e7290c0486
commit 9b7c908c68

View File

@@ -437,7 +437,7 @@ function showSnappingMenu(ev: PointerEvent) {
}
function rotate() {
controller.changeGrabbingRotationY(Math.PI / 8);
controller.changeGrabbingRotation(Math.PI / 8);
canvas.value!.focus();
}