Skip to content

Commit 90b2620

Browse files
authored
fix: scroll options accessing internal properties (#2181)
1 parent ed56b79 commit 90b2620

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plugins/scroll-options/src/ScrollBlockDragger.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,6 @@ export class ScrollBlockDragger extends Blockly.BlockDragger {
118118
this.draggingBlock_.moveDuringDrag(newLoc);
119119

120120
this.dragIcons_(totalDelta);
121-
122-
// As we scroll, show the insertion markers.
123-
this.draggedConnectionManager_.update(
124-
new Blockly.utils.Coordinate(
125-
totalDelta.x / this.workspace_.scale,
126-
totalDelta.y / this.workspace_.scale,
127-
),
128-
null,
129-
);
130121
}
131122

132123
/**

0 commit comments

Comments
 (0)