Commit b456372f authored by GoshaZotov's avatar GoshaZotov

fix bug 32832

parent 4a666b0d
...@@ -99,8 +99,11 @@ ...@@ -99,8 +99,11 @@
{ {
_data = this.copyProcessor.getHtml(activeRange, ws); _data = this.copyProcessor.getHtml(activeRange, ws);
if(_data !== null)
{
_clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Html, _data.html) _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