Commit 0438421d authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=26020 - Ошибка в консоли при копировании...

http://bugzserver/show_bug.cgi?id=26020 - Ошибка в консоли при копировании текста через контекстное меню между CDE и CSE

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57838 954022d7-b5bf-4e40-9824-e11837661b57
parent 2aa19cc4
......@@ -1816,6 +1816,7 @@
//****binary****
if(copyPasteUseBinary)
{
this.activeRange = worksheet.activeRange.clone(true);
binaryResult = this._pasteFromBinary(worksheet, node, onlyFromLocalStorage, isIntoShape);
if(binaryResult === true)
......
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