Commit 416c60de authored by Oleg Korshul's avatar Oleg Korshul

open many html (epub)

parent 2876e338
...@@ -8240,9 +8240,10 @@ background-repeat: no-repeat;\ ...@@ -8240,9 +8240,10 @@ background-repeat: no-repeat;\
if (null != frameWindow.document && null != frameWindow.document.body) if (null != frameWindow.document && null != frameWindow.document.body)
{ {
ifr.style.display = "block"; ifr.style.display = "block";
this.WordControl.m_oLogicDocument.TurnOffHistory(); this.WordControl.m_oLogicDocument.Create_NewHistoryPoint();
this.asc_SetSilentMode(true);
AscCommon.Editor_Paste_Exec(this, frameWindow.document.body, ifr); AscCommon.Editor_Paste_Exec(this, frameWindow.document.body, ifr);
this.WordControl.m_oLogicDocument.TurnOnHistory(); this.asc_SetSilentMode(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