Skip to content

Commit 779b1a3

Browse files
authored
Merge branch 'main' into constrained-context
2 parents 69ff074 + e30d12c commit 779b1a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/keyboard_drag_strategy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
6161
// @ts-expect-error connectionCandidate is private.
6262
this.connectionCandidate = this.createInitialCandidate();
6363
this.forceShowPreview();
64-
// @ts-expect-error block is private.
6564
this.block.addIcon(new MoveIcon(this.block));
6665
}
6766

@@ -100,7 +99,6 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
10099

101100
override endDrag(e?: PointerEvent) {
102101
super.endDrag(e);
103-
// @ts-expect-error block is private.
104102
this.block.removeIcon(MoveIcon.type);
105103
}
106104

0 commit comments

Comments
 (0)