Skip to content

Commit 3ab8a94

Browse files
authored
Update TableViewColumnHeader.OptionsFlyoutViewModel.cs
1 parent 6394b50 commit 3ab8a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WinUI.TableView/TableViewColumnHeader.OptionsFlyoutViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private void InitializeCommands()
4141
{
4242
ColumnHeader.HideFlyout();
4343

44-
if (ColumnHeader!._selectAllCheckBox!.IsChecked is true)
44+
if (ColumnHeader!._selectAllCheckBox!.IsChecked is true && string.IsNullOrEmpty(FilterText))
4545
{
4646
ColumnHeader.ClearFilter();
4747
}

0 commit comments

Comments
 (0)