mirror of
https://github.com/google/blockly.git
synced 2026-03-10 15:20:16 +01:00
Fixes block dragger after merge (#4895)
This commit is contained in:
@@ -303,6 +303,8 @@ Blockly.BlockDragger.prototype.endDrag = function(e, currentDragDeltaXY) {
|
||||
this.workspace_.setResizesEnabled(true);
|
||||
|
||||
this.updateToolboxStyle_(true);
|
||||
|
||||
Blockly.Events.setGroup(false);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user