Commit 63f7a7fb authored by Oleg Korshul's avatar Oleg Korshul

reporter mode developing...

parent bae8264c
...@@ -692,6 +692,8 @@ function CEditorPage(api) ...@@ -692,6 +692,8 @@ function CEditorPage(api)
{ {
window.editor.sync_endDemonstration(); window.editor.sync_endDemonstration();
}; };
window.onkeydown = this.onKeyDown;
} }
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
...@@ -3421,6 +3423,9 @@ function CEditorPage(api) ...@@ -3421,6 +3423,9 @@ function CEditorPage(api)
if (this.m_oApi.isMobileVersion) if (this.m_oApi.isMobileVersion)
this.initEventsMobile(); this.initEventsMobile();
if (this.m_oApi.isReporterMode)
AscCommon.g_inputContext.HtmlArea.style.display = "none";
} }
}; };
...@@ -3703,7 +3708,7 @@ function CEditorPage(api) ...@@ -3703,7 +3708,7 @@ function CEditorPage(api)
{ {
this.m_oApi.DemonstrationGoToSlide(lPageNum); this.m_oApi.DemonstrationGoToSlide(lPageNum);
} }
return; //return;
} }
var drDoc = this.m_oDrawingDocument; var drDoc = this.m_oDrawingDocument;
......
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