diff --git a/src/actions/mover.ts b/src/actions/mover.ts index dd84b9c5..23199cb2 100644 --- a/src/actions/mover.ts +++ b/src/actions/mover.ts @@ -115,6 +115,7 @@ export class Mover { this.moves.set(workspace, info); // Begin drag. dragger.onDragStart(info.fakePointerEvent('pointerdown')); + info.dragger.onDrag(info.fakePointerEvent('pointermove'), info.totalDelta); return true; }