Commit 68cb8228 by doszhang

dos

parent 682028bc
...@@ -1646,13 +1646,13 @@ ...@@ -1646,13 +1646,13 @@
return; return;
} }
// this._onDragStart(evt, true); this._onDragStart(evt, true);
} }
if (ghostEl) { if (ghostEl) {
if (ghostMatrix) { if (ghostMatrix) {
ghostMatrix.e += dx - (lastDx || 0); ghostMatrix.e += dx - (lastDx || 0);
ghostMatrix.f += dy - (lastDy || 0); ghostMatrix.f += 0;
} else { } else {
ghostMatrix = { ghostMatrix = {
a: 1, a: 1,
......
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