dotnet / dotnet/aspnetcore

Blazor virtualize handle drag and drop event on deleted item

Open
#37,061 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.