Merge pull request #676 from ONLYOFFICE/fix/bug-48426

[SSE mobile] Fix Bug 48426
This commit is contained in:
Julia Radzhabova 2021-01-26 19:02:25 +03:00 committed by GitHub
commit dcd863cdaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ define([
}, },
initSettings: function (pageId) { initSettings: function (pageId) {
if ($('#edit-shape').length < 1) { if ($('#edit-shape').length < 1 || !_shapeObject) {
return; return;
} }