mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-01 16:51:10 -04:00
Get rid of a console.trace and allow drops on the toolbox
This commit is contained in:
parent
0ecd4c7a17
commit
10c6d998c3
2 changed files with 0 additions and 3 deletions
core
|
@ -476,8 +476,6 @@ Blockly.Toolbox.TreeControl.prototype.enterDocument = function() {
|
|||
Blockly.bindEvent_(el, goog.events.EventType.TOUCHSTART, this,
|
||||
this.handleTouchEvent_);
|
||||
}
|
||||
|
||||
Blockly.bindEvent_(el, 'mouseup', this, Blockly.Touch.clearTouchIdentifier);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue