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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50312 954022d7-b5bf-4e40-9824-e11837661b57
parent 64fb8447
...@@ -3574,6 +3574,7 @@ asc_docs_api.prototype.asyncImagesDocumentEndLoaded = function() ...@@ -3574,6 +3574,7 @@ asc_docs_api.prototype.asyncImagesDocumentEndLoaded = function()
this.pasteImageMap = null; this.pasteImageMap = null;
this.pasteCallback(); this.pasteCallback();
window.GlobalPasteFlag = false; window.GlobalPasteFlag = false;
window.GlobalPasteFlagCounter = 0;
this.pasteCallback = null; this.pasteCallback = null;
} }
else if (this.isSaveFonts_Images) else if (this.isSaveFonts_Images)
...@@ -3733,6 +3734,7 @@ asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback) ...@@ -3733,6 +3734,7 @@ asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback)
// там при LongActions теряется фокус и вставляются пробелы // там при LongActions теряется фокус и вставляются пробелы
this.pasteCallback(); this.pasteCallback();
window.GlobalPasteFlag = false; window.GlobalPasteFlag = false;
window.GlobalPasteFlagCounter = 0;
this.pasteCallback = null; this.pasteCallback = null;
return; return;
} }
......
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