[SE mobile] Fix bug 34142
This commit is contained in:
parent
626c1f5dd9
commit
695adb8e23
|
@ -399,6 +399,10 @@ define([
|
|||
return;
|
||||
}
|
||||
|
||||
if (_stack.length < 1) {
|
||||
_stack = this.api.asc_getGraphicObjectProps();
|
||||
}
|
||||
|
||||
var shapes = [];
|
||||
|
||||
_.each(_stack, function (object) {
|
||||
|
|
Loading…
Reference in a new issue