Roo/dd/DragDrop.js
authorAlan Knowles <alan@roojs.com>
Tue, 24 Dec 2013 07:11:24 +0000 (15:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 24 Dec 2013 07:11:24 +0000 (15:11 +0800)
Roo/dd/DragDrop.js

index f62b004..ebd6c7c 100644 (file)
@@ -828,6 +828,10 @@ Roo.extend(Roo.dd.DragDrop, Roo.util.Observable , {
             //Roo.log('not touch/ button !=0');
             return;
         }
+        if (ev.browserEvent.touches && ev.browserEvent.touches.length != 1) {
+            return; // double touch..
+        }
+        
 
         if (this.isLocked()) {
             //Roo.log('locked');