From bcebe60d1be9456f0c7bbf772afe8a73524f0128 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 26 Jan 2021 18:58:34 +0300 Subject: [PATCH] [SSE mobile] Fix Bug 48426 --- apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js index 36e00f8716..b60c14f711 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js @@ -130,7 +130,7 @@ define([ }, initSettings: function (pageId) { - if ($('#edit-shape').length < 1) { + if ($('#edit-shape').length < 1 || !_shapeObject) { return; }