mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Merge pull request #1868 from google/rachel-fenichel-patch-1
Update gesture.js
This commit is contained in:
@@ -69,7 +69,7 @@ Blockly.Gesture = function(e, creatorWorkspace) {
|
||||
* @type {goog.math.Coordinate}
|
||||
* @private
|
||||
*/
|
||||
this.currentDragDeltaXY_ = 0;
|
||||
this.currentDragDeltaXY_ = null;
|
||||
|
||||
/**
|
||||
* The bubble that the gesture started on, or null if it did not start on a
|
||||
|
||||
Reference in New Issue
Block a user