Commit 79a045d1 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

дополнение к правке бага http://bugzserver/show_bug.cgi?id=22957

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57396 954022d7-b5bf-4e40-9824-e11837661b57
parent ec463132
......@@ -7963,7 +7963,7 @@
case "paste":
// Вставляем текст из локального буфера или нет
isLocal ? t._pasteFromLocalBuff(isLargeRange, isLocal, val, bIsUpdate, canChangeColWidth, onlyActive) : t._pasteFromGlobalBuff(isLargeRange, isLocal, val, bIsUpdate, canChangeColWidth, onlyActive);
return;
break;
case "hyperlink":
if (val && val.hyperlinkModel) {
if (c_oAscHyperlinkType.RangeLink === val.asc_getType()) {
......
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