Commit f21d46fb authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

copy/paste firefox

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56864 954022d7-b5bf-4e40-9824-e11837661b57
parent 87bc67dc
......@@ -1872,8 +1872,8 @@
_parseHtml: function(pasteFragment, node, worksheet, isText)
{
if(node.children && node.children.length === 0)
return false;
//if(node.children && node.children.length === 0)
//return false;
var cellCountAll = [], rowSpanPlus = 0, tableRowCount = 0, l = 0, n = 0, s = 0, countEmptyRow = 0, rowCount = 0, arrTags = [], t = this, aResult = [];
var range = worksheet.activeRange.clone(true);
......
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