Merge pull request #676 from ONLYOFFICE/fix/bug-48426
[SSE mobile] Fix Bug 48426
This commit is contained in:
commit
dcd863cdaa
|
@ -130,7 +130,7 @@ define([
|
|||
},
|
||||
|
||||
initSettings: function (pageId) {
|
||||
if ($('#edit-shape').length < 1) {
|
||||
if ($('#edit-shape').length < 1 || !_shapeObject) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue