Blazor virtualize handle drag and drop event on deleted item
Open
area-blazor
enhancement
feature-blazor-virtualization
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
If you drag an item and scroll far enough while dragging it, the item will be deleted by the serialization and the event that are linked with the item will no longer be available (event like ondragend).
It would be nice to somehow keep the dragged element alive so the event and the data won't be loss.
Contributor guide
Assessment
This issue has not been assessed yet.