Commit 3c6bf04b authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

отключил историю при вставке (HtmlFile)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63757 954022d7-b5bf-4e40-9824-e11837661b57
parent 811ea0a0
......@@ -7727,7 +7727,9 @@ window["asc_docs_api"].prototype["asc_AddHtml"] = function(_iframeId)
if(null != frameWindow.document && null != frameWindow.document.body)
{
ifr.style.display = "block";
this.WordControl.m_oLogicDocument.TurnOffHistory();
Editor_Paste_Exec(this, frameWindow.document.body, ifr);
this.WordControl.m_oLogicDocument.TurnOnHistory();
}
}
......
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