You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dnd_drag_source provides a nice high level API which renders the draggable item near the mouse cursor while dragging. This fits my use case very well, but in my use case it would be ideal to also render the dragged item in the original location.
Describe the solution you'd like
I'd like to be able to configure dnd_drag_source to render the dragged item twice, once in its original location and once near the mouse cursor.
Describe alternatives you've considered
I believe this could be accomplished on top of the lower level drag and drop APIs, but that would require re-implementing rendering the dragged item near the mouse cursor.
The text was updated successfully, but these errors were encountered:
dnd_drag_source
provides a nice high level API which renders the draggable item near the mouse cursor while dragging. This fits my use case very well, but in my use case it would be ideal to also render the dragged item in the original location.Describe the solution you'd like
I'd like to be able to configure
dnd_drag_source
to render the dragged item twice, once in its original location and once near the mouse cursor.Describe alternatives you've considered
I believe this could be accomplished on top of the lower level drag and drop APIs, but that would require re-implementing rendering the dragged item near the mouse cursor.
The text was updated successfully, but these errors were encountered: