Commit 115b39e3 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix crash

parent 6e322891
...@@ -2404,7 +2404,7 @@ PasteProcessor.prototype = ...@@ -2404,7 +2404,7 @@ PasteProcessor.prototype =
if(typeof CGraphicFrame !== "undefined" && drawing instanceof CGraphicFrame) if(typeof CGraphicFrame !== "undefined" && drawing instanceof CGraphicFrame)
{ {
var aContent = []; var aContent = [];
var table = AscFormat.ConvertGraphicFrameToWordTable(drawing); var table = AscFormat.ConvertGraphicFrameToWordTable(drawing, this.oLogicDocument);
aContent.push(table); aContent.push(table);
this.aContent = aContent; this.aContent = aContent;
......
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