Change the look of <DragOverlay> as it is snapping back from being released #762
Unanswered
pstrassmann
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@pstrassmann did you ever solve this? running into the same issue. strangely, it seems like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When dragging a component and releasing it over a non-droppable area, the component snaps back to its original location. Is there a way to change the rendering of
<DragOverlay>
just in the time it is "snapping back"?Example:
activeId
) to render a<DragOverlay>
of style 2 when it is being dragged<DragOverlay>
switch to looking like style 1 (the original component look) as it is snapping back.Any ideas of how I might do this? Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions