Commit 1e5cb0b1 authored by GoshaZotov's avatar GoshaZotov

+ previous

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