Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and Drop Rendering #5653

Open
JoshMcguigan opened this issue Jan 30, 2025 · 0 comments
Open

Drag and Drop Rendering #5653

JoshMcguigan opened this issue Jan 30, 2025 · 0 comments

Comments

@JoshMcguigan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant