Relative Content

Tag Archive for react-tsxdnd-kit

Autoscroll of react dnd-kit works outside the div where the dndContext is placed

I am using a multi-container DndContext with SortableContext to drag and drop tracks and blocks. The tracks are individual parent containers which can be dragged separately. Inside each track, there are blocks which can be dragged inside that track and outside to any other track as well. I am using redux for state management and I am trying to implement dnd kit based on redux