Clear touch identifier at the ends of more drags. Includes flyout background, right-clicks on blocks, and loading sounds.

This commit is contained in:
Rachel Fenichel
2016-08-30 17:41:39 -07:00
parent e4fcd8bf5c
commit 1c025672b3
17 changed files with 1758 additions and 1716 deletions

View File

@@ -675,7 +675,7 @@ Blockly.Scrollbar.prototype.onMouseMoveHandle_ = function(e) {
* @private
*/
Blockly.Scrollbar.prototype.onMouseUpHandle_ = function() {
Blockly.touchIdentifier_ = null;
Blockly.clearTouchIdentifier();
this.cleanUp_();
};