Skip to content

Commit

Permalink
Fixes block dragger after merge (#4895)
Browse files Browse the repository at this point in the history
  • Loading branch information
alschmiedt authored Jun 10, 2021
1 parent 2005576 commit 566b14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/block_dragger.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ Blockly.BlockDragger.prototype.endDrag = function(e, currentDragDeltaXY) {
this.workspace_.setResizesEnabled(true);

this.updateToolboxStyle_(true);

Blockly.Events.setGroup(false);
};

/**
Expand Down

0 comments on commit 566b14e

Please sign in to comment.