mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 16:59:13 +08:00
[SSE mobile] Fix Bug 48426
This commit is contained in:
@ -130,7 +130,7 @@ define([
|
||||
},
|
||||
|
||||
initSettings: function (pageId) {
|
||||
if ($('#edit-shape').length < 1) {
|
||||
if ($('#edit-shape').length < 1 || !_shapeObject) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user