mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix longpress in flyout; leave debug messages in
This commit is contained in:
@@ -599,6 +599,7 @@ Blockly.Scrollbar.prototype.setVisible = function(visible) {
|
||||
* @private
|
||||
*/
|
||||
Blockly.Scrollbar.prototype.onMouseDownBar_ = function(e) {
|
||||
Blockly.clearTouchIdentifier(); // This is really a click.
|
||||
this.cleanUp_();
|
||||
if (Blockly.isRightButton(e)) {
|
||||
// Right-click.
|
||||
|
||||
Reference in New Issue
Block a user