Commit 23ac9ab9 authored by GoshaZotov's avatar GoshaZotov

fix bug 34077

parent c173a69c
...@@ -12535,7 +12535,7 @@ ...@@ -12535,7 +12535,7 @@
{ {
if(colId === sortCondition.Ref.c1 - range.c1) if(colId === sortCondition.Ref.c1 - range.c1)
{ {
isSortState = !sortCondition.ConditionDescending; isSortState = sortCondition.ConditionDescending;
} }
} }
......
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