Commit 665f45a8 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix bug 33526

parent 79399dc6
......@@ -1083,6 +1083,10 @@
_insertBinaryIntoShapeContent: function(worksheet, content, isConvertToPPTX)
{
if(!content || !content.length){
return;
}
History.Create_NewPoint();
History.StartTransaction();
......
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