Commit 8227d9ff authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix bug 33703

parent 1df2fb95
......@@ -3290,6 +3290,9 @@ function CEditorPage(api)
this.CheckLayouts = function(bIsAttack)
{
if(window["NATIVE_EDITOR_ENJINE"] === true){
return;
}
var master = null;
if (-1 == this.m_oDrawingDocument.SlideCurrent && 0 == this.m_oLogicDocument.slideMasters.length)
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment