anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
133 stars 32 forks source link

Fix bug where current edit was removed when editor component moved ou… #20

Closed anmcgrath closed 1 year ago

anmcgrath commented 1 year ago

Fixes a bug where the current edit was removed when the editor component moved out of view.

This was caused by the virtualization - when the dynamic component was removed it lost its internal state. To fix this we move the internal state (EditState) into the Datasheet component.