react-beautiful-dnd update nested dropzone position

50 Views Asked by At

When I move the first element down, elements with nested dropzones change their position and their internal dropzones activate incorrectly. This only happens when an element is moved over a nested group. Does anyone have an idea how to solve this?

example code

correct behaviour image

incorrect behaviour image

I tried adding a clone while dragging the element. This is not the best solution because It will cause dnd to work incorrectly in other cases.

0

There are 0 best solutions below