Update mutator workspace delete areas when bubble is moved. (#3355)

* Update mutator workspace delete areas when its moved
This commit is contained in:
Sam El-Husseini
2019-10-29 09:10:43 -07:00
committed by GitHub
parent e7752e6ea2
commit 6df85b9ff3
4 changed files with 55 additions and 8 deletions

View File

@@ -267,6 +267,7 @@ Blockly.BubbleDragger.prototype.pixelsToWorkspaceUnits_ = function(pixelCoord) {
}
return result;
};
/**
* Move the bubble onto the drag surface at the beginning of a drag. Move the
* drag surface to preserve the apparent location of the bubble.