mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +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