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 9130145 commit 0aed852Copy full SHA for 0aed852
src/actions/mover.ts
@@ -55,18 +55,6 @@ export class Mover {
55
*/
56
protected moves: Map<WorkspaceSvg, MoveInfo> = new Map();
57
58
- /**
59
- * The stashed isDragging function, which is replaced at the beginning
60
- * of a keyboard drag and reset at the end of a keyboard drag.
61
- */
62
- oldIsDragging: (() => boolean) | null = null;
63
-
64
65
- * The stashed getGesture function, which is replaced at the beginning
66
67
68
- oldGetGesture: ((e: PointerEvent) => Gesture | null) | null = null;
69
70
/**
71
* The block's base drag strategy, which will be overridden during
72
* keyboard drags and reset at the end of the drag.
0 commit comments