Commit 637c8f17 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

waitSave при вставке слайда

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60236 954022d7-b5bf-4e40-9824-e11837661b57
parent e3503b44
......@@ -4790,6 +4790,7 @@ function CThumbnailsManager()
this.m_oWordControl.m_oLogicDocument.Create_NewHistoryPoint();
window.GlobalPasteFlag = true;
editor.waitSave = true;
Editor_Paste(this.m_oWordControl.m_oApi, true);
return undefined;
//не возвращаем true чтобы не было preventDefault
......@@ -4802,6 +4803,7 @@ function CThumbnailsManager()
SafariIntervalFocus();
window.GlobalPasteFlag = true;
editor.waitSave = true;
Editor_Paste(this.m_oWordControl.m_oApi, true);
return undefined;
//не возвращаем true чтобы не было preventDefault
......
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