-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BindToObservableList: Previous values not being removed & sorting…
… resets being ignored. (#401) * [Fix] Previous value not being removed when receiving an update change when the change is at a new index due to sorting. * Removed unnecessary CurrentIndex checks in RemoveKeyEnumerator * [Fix] Sorted change set with a reset not updating the `IObservableList` via `BindToObservableList` Co-authored-by: Ryan Holden <[email protected]>
- Loading branch information
1 parent
6594137
commit fb578dd
Showing
3 changed files
with
104 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters