Replies: 2 comments 1 reply
-
You can only drop on one thing at a time. Can you make the children always visible? you could also put an onDropEnter/Exit for each of the children and persist in showing the children when that is called? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Apologies for the lack of context, I'm trying to re-create this existing flow I currently have with react-dnd: React-dnd maintains it's |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to maintain the parent component's
isDropTarget
truthy state when hovering over a child drop target as seen in this example:Codesandbox
Notice how ParentDrop's
isDropTarget
is set to false when hovering over a ChildDrop component.Beta Was this translation helpful? Give feedback.
All reactions