提交 ea331c5b 编写于 作者: P pissang

fix(map): fix slice is not defined error on typed array. #11451

上级 8320d9e6
......@@ -182,7 +182,7 @@ MapDraw.prototype = {
var group = this.group;
if (geo._roamTransformable.transform) {
group.transform = geo._roamTransformable.transform.slice();
group.transform = Array.prototype.slice.call(geo._roamTransformable.transform);
group.decomposeTransform();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册