Skip to content

Commit

Permalink
clear out hashset as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Mar 27, 2024
1 parent b4c8750 commit f222040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Maui.DataGrid/DataGrid.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,7 @@ private void OnColumnsChanged(object? sender, NotifyCollectionChangedEventArgs e

private void OnItemsSourceCollectionChanged(object? sender, NotifyCollectionChangedEventArgs e)
{
_internalItemsHashSet = null;
SortAndPaginate();
}

Expand Down

0 comments on commit f222040

Please sign in to comment.