Commit 8e0eedee authored by alexey.musinov's avatar alexey.musinov

Merge branch 'mobile-develop' into develop

parents 42ccf3c3 4b4f1f33
......@@ -3410,7 +3410,7 @@ function CEditorPage(api)
}
// отправляем евент о текущей странице. только в мобильной версии
if (this.m_oApi.isMobileVersion || this.m_oApi.isViewMode)
if ((this.m_oApi.isMobileVersion || this.m_oApi.isViewMode) && (!window["NATIVE_EDITOR_ENJINE"]))
{
var lPage = this.m_oApi.GetCurrentVisiblePage();
this.m_oApi.asc_fireCallback("asc_onCurrentVisiblePage", this.m_oApi.GetCurrentVisiblePage());
......
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