Cysharp / ObservableCollections

High performance observable collections and synchronized views, for WPF, Blazor, Unity.
MIT License
461 stars 36 forks source link

ObservableList Replace Bugfix #33

Closed kawaiSky closed 3 months ago

kawaiSky commented 3 months ago

When replacing, the callback function should refer to the item in the array, rather than generating a new one.

neuecc commented 3 months ago

thanks, I'll release soon!