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.
2 parents 69ff074 + e30d12c commit 779b1a3Copy full SHA for 779b1a3
src/keyboard_drag_strategy.ts
@@ -61,7 +61,6 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
61
// @ts-expect-error connectionCandidate is private.
62
this.connectionCandidate = this.createInitialCandidate();
63
this.forceShowPreview();
64
- // @ts-expect-error block is private.
65
this.block.addIcon(new MoveIcon(this.block));
66
}
67
@@ -100,7 +99,6 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
100
99
101
override endDrag(e?: PointerEvent) {
102
super.endDrag(e);
103
104
this.block.removeIcon(MoveIcon.type);
105
106
0 commit comments