Remove setting wasOutside

This commit is contained in:
DD 2018-02-21 18:34:52 -05:00
parent 4659479cfa
commit 3607419929

View file

@ -154,7 +154,6 @@ Blockly.BlockDragger.initIconData_ = function(block) {
* @package
*/
Blockly.BlockDragger.prototype.startBlockDrag = function(currentDragDeltaXY) {
this.wasOutside_ = false;
if (!Blockly.Events.getGroup()) {
Blockly.Events.setGroup(true);
}