Commit d4a8012b authored by Neil Fraser's avatar Neil Fraser

Routine recompile.

parent 739918b8
This diff is collapsed.
...@@ -295,7 +295,7 @@ Blockly.onMouseUp_ = function(e) { ...@@ -295,7 +295,7 @@ Blockly.onMouseUp_ = function(e) {
*/ */
Blockly.onMouseMove_ = function(e) { Blockly.onMouseMove_ = function(e) {
if (event.touches && event.touches.length >= 2) { if (event.touches && event.touches.length >= 2) {
return // multi-touch gestures won't have e.clientX return; // Multi-touch gestures won't have e.clientX.
} }
var workspace = Blockly.getMainWorkspace(); var workspace = Blockly.getMainWorkspace();
if (workspace.isScrolling) { if (workspace.isScrolling) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment