Commit 4e2d72c4 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

при Recalculate стали вызывать GoToPage. Добавил в метод заглушку для сборщика

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68445 954022d7-b5bf-4e40-9824-e11837661b57
parent 329214fa
......@@ -3330,6 +3330,12 @@ function CEditorPage(api)
{
var drDoc = this.m_oDrawingDocument;
if (!this.m_oScrollVerApi)
{
// сборка файлов
return;
}
var _old_empty = this.m_oDrawingDocument.IsEmptyPresentation;
this.m_oDrawingDocument.IsEmptyPresentation = false;
......
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