Commit fb6aff56 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

После удаления элементов из внутреннего контента не пересчитывались текстовые...

После удаления элементов из внутреннего контента не пересчитывались текстовые настройки для вновь добавленного плейсхолдера

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65530 954022d7-b5bf-4e40-9824-e11837661b57
parent 97449607
......@@ -1304,7 +1304,10 @@ CMathContent.prototype.Correct_Content = function(bInnerCorrection)
}
if(bEmptyContent)
{
this.Content[0].fillPlaceholders();
this.Content[0].Recalc_CompiledPr(true);
}
}
};
......
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