Commit 894aed89 authored by GoshaZotov's avatar GoshaZotov

fix bug 34406

parent f8c0eab0
......@@ -442,7 +442,7 @@
worksheet._moveRange(rangeWithoutDiff, new Asc.Range(filterRange.c1, filterRange.r1 + 1, filterRange.c2, filterRange.r2));
}
}
else if(!addNameColumn)
else if(!addNameColumn && styleName)
{
if(filterRange.r1 === filterRange.r2)
{
......
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