mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Remove setting wasOutside
This commit is contained in:
parent
4659479cfa
commit
3607419929
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue