Commit 65e32b3f authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov
parent 416f6a3f
......@@ -393,7 +393,8 @@
{
var t = this;
var table = t._makeTableNode(range, worksheet, isCut);
t.copyText = t._getTextFromTable(table);
if(table !== false)
t.copyText = t._getTextFromTable(table);
return true;
}
return false;
......
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