Skip to content

Commit

Permalink
Stop clearing the filter when clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
WittleWolfie committed Sep 10, 2022
1 parent 2af7394 commit 8614596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MewsiferConsole/FilterView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void ApplySort(PropertyDescriptor property, ListSortDirection direction)
public void Clear()
{
ViewModel.Clear();
ApplyFilter("", true);
ApplyFilter(Filter ?? "", true);
}

public bool Contains(object? value)
Expand Down

0 comments on commit 8614596

Please sign in to comment.