Commit cec83e0c authored by GoshaZotov's avatar GoshaZotov

fix bug 33273

parent ffdca0c6
......@@ -2276,7 +2276,7 @@ PasteProcessor.prototype =
}
else if(base64FromPresentation)//вставка из редактора презентаций
{
this._pasteBinaryFromPresentation(base64FromPresentation);
this._pasteBinaryFromPresentation(base64FromPresentation, bDuplicate);
bInsertFromBinary = true;
}
......@@ -2704,7 +2704,7 @@ PasteProcessor.prototype =
},
_pasteBinaryFromPresentation: function(base64)
_pasteBinaryFromPresentation: function(base64, bDuplicate)
{
var oThis = this;
......
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