提交 ffc3f40f 编写于 作者: K kener

还原merge后的fix

上级 e76ed75a
......@@ -835,19 +835,9 @@ define(function (require) {
}
if (e._type == 'filler') {
_fillerShae.style.x = e.style.x;
_fillerShae.style.y = e.style.y;
_syncHandleShape();
}
else {
if (e.id == _startShape.id) {
_startShape.style.x = e.style.x;
_startShape.style.y = e.style.y;
}
else {
_endShape.style.x = e.style.x;
_endShape.style.y = e.style.y;
}
_syncFillerShape(e);
}
......
......@@ -589,19 +589,9 @@ define(function (require) {
}
if (e._type == 'filler') {
_fillerShae.style.x = e.style.x;
_fillerShae.style.y = e.style.y;
_syncHandleShape();
}
else {
if (e.id == _startShape.id) {
_startShape.style.x = e.style.x;
_startShape.style.y = e.style.y;
}
else {
_endShape.style.x = e.style.x;
_endShape.style.y = e.style.y;
}
_syncFillerShape();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册