atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.29k stars 2.53k forks source link

Some 'draggable targets' cannot be 'drag and drop', can you give me some advice? #2505

Open wiswis77 opened 1 year ago

wiswis77 commented 1 year ago

Using nested draggables, I want to build 'fomebuilder'

And I used 3 layers. ( DragDropContent > Draggable > Droppable > Draggable ) When 'drag and drop', Some 'draggable targets' cannot be 'drag and drop'.

Can you give me some advice?

I think it's an index problem, I'm not sure exactly what the problem is.

codesandbox : https://codesandbox.io/p/github/wiswis77/react-beautiful-dnd-overlap-draggable

Digitl-Alchemyst commented 1 year ago

Did you solve this, I am having the same issue

wiswis77 commented 1 year ago

@Digitl-Alchemyst no i don..😭

Digitl-Alchemyst commented 1 year ago

I was able to fix I had a small typo would you like help looking through your code to see if it's a similar issue

GrayOrchid commented 11 months ago

Have you solved the problem?