Commit 295ae633 authored by GoshaZotov's avatar GoshaZotov

copy in cell(mobile ver.)

parent 18ff92f2
...@@ -102,8 +102,6 @@ ...@@ -102,8 +102,6 @@
} }
//INTERNAL //INTERNAL
if(AscCommon.c_oAscClipboardDataFormat.Internal & _formats) if(AscCommon.c_oAscClipboardDataFormat.Internal & _formats)
{
if(_data && _data.base64)
{ {
if(_data && _data.base64) if(_data && _data.base64)
{ {
...@@ -117,8 +115,6 @@ ...@@ -117,8 +115,6 @@
_data = "xslData;" + _data; _data = "xslData;" + _data;
_clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Internal, _data); _clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Internal, _data);
} }
}
} }
}, },
......
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