Commit 8d1ad5c0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix #32237

parent ec8d1f59
...@@ -1480,14 +1480,13 @@ ...@@ -1480,14 +1480,13 @@
} }
} }
} }
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);
}
} }
}
return false; return false;
}, },
......
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