Commit 88ad00ce authored by GoshaZotov's avatar GoshaZotov

+ previous

parent 43530f71
...@@ -2313,7 +2313,7 @@ PasteProcessor.prototype = ...@@ -2313,7 +2313,7 @@ PasteProcessor.prototype =
var res = table; var res = table;
var props = window['AscCommon'].g_clipboardBase.specialPasteProps; var props = window['AscCommon'].g_clipboardBase.specialPasteProps;
if(props === Asc.c_oSpecialPasteProps.pasteOnlyValues) if(props === Asc.c_oSpecialPasteProps.saveOnlyText)
{ {
res = this._convertTableToText(table); res = this._convertTableToText(table);
} }
......
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