You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ListTransformation implementation fires multiple ListChangeEvents on the target list when adding multiple elements to the source list (which is done in one event). This is a rather unexpected behaviour since the original add event is also one event and leads to problems with FilteredLists in conjunction with ListTransformation when the predicate of the FilteredList is reset.
The
ListTransformation
implementation fires multiple ListChangeEvents on the target list when adding multiple elements to the source list (which is done in one event). This is a rather unexpected behaviour since the original add event is also one event and leads to problems withFilteredList
s in conjunction withListTransformation
when the predicate of theFilteredList
is reset.My proposed change would be:
The text was updated successfully, but these errors were encountered: