mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-21 21:35:28 +02:00
wip
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user