Commit 695adb8e authored by Alexander Yuzhin's avatar Alexander Yuzhin

[SE mobile] Fix bug 34142

parent 626c1f5d
......@@ -399,6 +399,10 @@ define([
return;
}
if (_stack.length < 1) {
_stack = this.api.asc_getGraphicObjectProps();
}
var shapes = [];
_.each(_stack, function (object) {
......
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 to comment