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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50143 954022d7-b5bf-4e40-9824-e11837661b57
parent c638a060
......@@ -2180,7 +2180,7 @@ function Editor_Paste(api, bClean)
if (window.USER_AGENT_SAFARI_MACOS)
{
if (window.GlobalPasteFlagCounter != 2)
if (window.GlobalPasteFlagCounter != 2 && !window.GlobalPasteFlag)
{
window.setTimeout(func_timeout, 10);
return;
......@@ -5447,7 +5447,9 @@ function Editor_CopyPaste_Create(api)
if (window.GlobalPasteFlagCounter == 1)
{
Body_Paste(api,e);
window.GlobalPasteFlagCounter = 2;
if (window.GlobalPasteFlag)
window.GlobalPasteFlagCounter = 2;
}
};
......
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