Fixes block dragger after merge (#4895)

This commit is contained in:
alschmiedt
2021-06-10 16:54:33 -07:00
committed by GitHub
parent 2005576036
commit 566b14e15f

View File

@@ -303,6 +303,8 @@ Blockly.BlockDragger.prototype.endDrag = function(e, currentDragDeltaXY) {
this.workspace_.setResizesEnabled(true);
this.updateToolboxStyle_(true);
Blockly.Events.setGroup(false);
};
/**