Commit 334d4780 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54562 954022d7-b5bf-4e40-9824-e11837661b57
parent 117f2eda
......@@ -1718,6 +1718,14 @@ CDocument.prototype =
if (window["NATIVE_EDITOR_ENJINE_SYNC_RECALC"] === true)
{
if (window["native"]["WC_CheckSuspendRecalculate"])
{
if (window["native"]["WC_CheckSuspendRecalculate"]())
{
return;
}
}
this.Recalculate_Page( _PageIndex, _bStart, _StartIndex );
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