Commit 64fb8447 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@50311 954022d7-b5bf-4e40-9824-e11837661b57
parent a38c021f
......@@ -5977,6 +5977,7 @@ asc_docs_api.prototype.asyncImagesDocumentEndLoaded = function()
this.pasteImageMap = null;
this.pasteCallback();
window.GlobalPasteFlag = false;
window.GlobalPasteFlagCounter = 0;
this.pasteCallback = null;
}
else if (this.isSaveFonts_Images)
......@@ -6213,6 +6214,7 @@ asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback)
// там при LongActions теряется фокус и вставляются пробелы
this.pasteCallback();
window.GlobalPasteFlag = false;
window.GlobalPasteFlagCounter = 0;
this.pasteCallback = null;
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