Commit 1e5cb0b1 authored by GoshaZotov's avatar GoshaZotov

+ previous

parent 71735dcb
...@@ -8677,7 +8677,7 @@ ...@@ -8677,7 +8677,7 @@
break; break;
case "paste": case "paste":
var _clipboard = window["Asc"]["editor"].wb.clipboard; var _clipboard = window["Asc"]["editor"].wb.clipboard;
_clipboard.specialPasteProps = _clipboard.specialPasteProps ? _clipboard.specialPasteProps : new AscCommonExcel.SpecialPasteProps(); _clipboard.specialPasteProps = _clipboard.specialPasteProps ? _clipboard.specialPasteProps : new Asc.SpecialPasteProps();
t._loadDataBeforePaste(isLargeRange, fromBinary, val, bIsUpdate, canChangeColWidth); t._loadDataBeforePaste(isLargeRange, fromBinary, val, bIsUpdate, canChangeColWidth);
bIsUpdate = false; bIsUpdate = false;
...@@ -8769,7 +8769,7 @@ ...@@ -8769,7 +8769,7 @@
//откатываемся до того, что было до вставки //откатываемся до того, что было до вставки
if(preSpecialPasteData && preSpecialPasteData.data) if(preSpecialPasteData && preSpecialPasteData.data)
{ {
var tempProps = new AscCommonExcel.SpecialPasteProps(); var tempProps = new Asc.SpecialPasteProps();
api.wb.clipboard.specialPasteProps = tempProps; api.wb.clipboard.specialPasteProps = tempProps;
//меняем activeRange //меняем activeRange
......
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