Commit b456372f authored by GoshaZotov's avatar GoshaZotov

fix bug 32832

parent 4a666b0d
...@@ -99,7 +99,10 @@ ...@@ -99,7 +99,10 @@
{ {
_data = this.copyProcessor.getHtml(activeRange, ws); _data = this.copyProcessor.getHtml(activeRange, ws);
_clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Html, _data.html) if(_data !== null)
{
_clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Html, _data.html)
}
} }
//INTERNAL //INTERNAL
if(AscCommon.c_oAscClipboardDataFormat.Internal & _formats) if(AscCommon.c_oAscClipboardDataFormat.Internal & _formats)
......
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