Roo/dd/DragDrop.js
authorAlan Knowles <alan@roojs.com>
Tue, 24 Dec 2013 06:48:39 +0000 (14:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 24 Dec 2013 06:48:39 +0000 (14:48 +0800)
Roo/dd/DragDrop.js

index 35ccc27..883f7c0 100644 (file)
@@ -824,7 +824,7 @@ Roo.extend(Roo.dd.DragDrop, Roo.util.Observable , {
     handleMouseDown: function(e, oDD){
         Roo.log(this);
         Roo.log(e);
-        if (this.primaryButtonOnly && e.button != 0) {
+        if (!Roo.isTouch && this.primaryButtonOnly && e.button != 0) {
             return;
         }