Commit 682028bc by doszhang

dos

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