Commit 2e9e9268 authored by GoshaZotov's avatar GoshaZotov

change _setPastedDataByCurrentRange

parent 80ab337f
...@@ -9585,10 +9585,9 @@ ...@@ -9585,10 +9585,9 @@
range.setFont(rangeStyle.font); range.setFont(rangeStyle.font);
} }
//
//***value*** //***value***
if(rangeStyle.formula) if(rangeStyle.formula && specialPasteProps.formula)
{ {
arrFormula.push(rangeStyle.formula); arrFormula.push(rangeStyle.formula);
} }
......
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