mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Clear touch identifier at the ends of more drags. Includes flyout background, right-clicks on blocks, and loading sounds.
This commit is contained in:
@@ -675,7 +675,7 @@ Blockly.Scrollbar.prototype.onMouseMoveHandle_ = function(e) {
|
||||
* @private
|
||||
*/
|
||||
Blockly.Scrollbar.prototype.onMouseUpHandle_ = function() {
|
||||
Blockly.touchIdentifier_ = null;
|
||||
Blockly.clearTouchIdentifier();
|
||||
this.cleanUp_();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user