Commit b71fd4a5 authored by GoshaZotov's avatar GoshaZotov

paste internal array(for plugin)

parent c8120256
......@@ -3099,6 +3099,11 @@ PasteProcessor.prototype =
this._pasteBinaryFromPresentation(base64FromPresentation, bDuplicate);
bInsertFromBinary = true;
}
else if(typeof fromBinary === "object")
{
this._pasteBinaryFromWord(fromBinary, true);
bInsertFromBinary = true;
}
if(fromBinary)
{
......
......@@ -2548,7 +2548,7 @@ background-repeat: no-repeat;\
t.sendEvent("asc_onError", c_oAscError.ID.MailMergeLoadFile, c_oAscError.Level.NoCritical);
return;
}
t.asc_PasteData(AscCommon.c_oAscClipboardDataFormat.Internal, undefined, undefined, undefined, true, stream);
t.asc_PasteData(AscCommon.c_oAscClipboardDataFormat.Internal, stream, undefined, undefined, true);
}, "arraybuffer");
}
else
......
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