We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08551a commit de7aa21Copy full SHA for de7aa21
src/actions/mover.ts
@@ -318,6 +318,10 @@ export class Mover {
318
const info = this.moves.get(workspace);
319
if (!info) throw new Error('no move info for workspace');
320
321
+ if (info.draggable instanceof comments.RenderedWorkspaceComment) {
322
+ return this.moveUnconstrained(workspace, direction);
323
+ }
324
+
325
info.dragger.onDrag(
326
info.fakePointerEvent('pointermove', direction),
327
info.totalDelta.clone().scale(workspace.scale),
0 commit comments