Commit 682028bc by doszhang

dos

parent cd283773
...@@ -1646,7 +1646,7 @@ ...@@ -1646,7 +1646,7 @@
return; return;
} }
this._onDragStart(evt, true); // this._onDragStart(evt, true);
} }
if (ghostEl) { if (ghostEl) {
...@@ -1670,7 +1670,7 @@ ...@@ -1670,7 +1670,7 @@
css(ghostEl, 'msTransform', cssMatrix); css(ghostEl, 'msTransform', cssMatrix);
css(ghostEl, 'transform', cssMatrix); css(ghostEl, 'transform', cssMatrix);
lastDx = dx; lastDx = dx;
lastDy = 0; lastDy = dy;
touchEvt = touch; touchEvt = touch;
} }
......
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 sign in to comment