Skip to content

Commit

Permalink
fix: make scroll options compatible with v11 (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Jan 29, 2024
1 parent f14666f commit d93a7d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/scroll-options/src/ScrollBlockDragger.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ export class ScrollBlockDragger extends Blockly.BlockDragger {
// Make the block stay under the cursor.
this.draggingBlock_.moveDuringDrag(newLoc);

this.dragIcons_(totalDelta);

// As we scroll, show the insertion markers.
this.draggedConnectionManager_.update(
new Blockly.utils.Coordinate(
Expand Down

0 comments on commit d93a7d8

Please sign in to comment.