[SE mobile] Fix bug 34142

This commit is contained in:
Alexander Yuzhin 2017-03-07 16:04:06 +03:00
parent 626c1f5dd9
commit 695adb8e23

View file

@ -399,6 +399,10 @@ define([
return;
}
if (_stack.length < 1) {
_stack = this.api.asc_getGraphicObjectProps();
}
var shapes = [];
_.each(_stack, function (object) {