[SSE mobile] Fix Bug 48426
This commit is contained in:
parent
ba227da32f
commit
bcebe60d1b
|
@ -130,7 +130,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
initSettings: function (pageId) {
|
initSettings: function (pageId) {
|
||||||
if ($('#edit-shape').length < 1) {
|
if ($('#edit-shape').length < 1 || !_shapeObject) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue