1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 21:35:28 +02:00
This commit is contained in:
syuilo
2026-04-28 17:53:48 +09:00
parent 515f6d9790
commit e09f832fad
4 changed files with 13 additions and 8 deletions

View File

@@ -191,6 +191,8 @@ export class RoomController {
ev.preventDefault();
ev.stopPropagation();
this.canvas!.focus();
this.pointerDownPosition = { x: ev.offsetX, y: ev.offsetY };
this.canvas!.setPointerCapture(ev.pointerId);