Commit 5535c5de authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix #32237

parent f62cc607
...@@ -1457,11 +1457,10 @@ ...@@ -1457,11 +1457,10 @@
} }
} }
if(worksheet.AutoFilter && (worksheet.AutoFilter.isApplyAutoFilter() || worksheet.AutoFilter.isApplySortConditions())) if (worksheet.AutoFilter &&
{ (worksheet.AutoFilter.isApplyAutoFilter() || worksheet.AutoFilter.isApplySortConditions())) {
if(clean) if (clean) {
{ return this._cleanFilterColumnsAndSortState(worksheet.AutoFilter, activeCell);
this._cleanFilterColumnsAndSortState(worksheet.AutoFilter, activeCell);
} }
} }
......
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