From 695adb8e2310db4912c8b73d97d2a9631dee7a40 Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Tue, 7 Mar 2017 16:04:06 +0300 Subject: [PATCH] [SE mobile] Fix bug 34142 --- .../spreadsheeteditor/mobile/app/controller/edit/EditShape.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js index 1244d2436..ec4395324 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js @@ -399,6 +399,10 @@ define([ return; } + if (_stack.length < 1) { + _stack = this.api.asc_getGraphicObjectProps(); + } + var shapes = []; _.each(_stack, function (object) {