You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to have a SortableContext nested under a DndContext. I am using redux state and Items I would like to sort is in state. I would like to handle myself how the order of items will change. Why is there no props such as onSortEnd on SortableContext?
doing things like below prevents the first DndContext.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to have a
SortableContext
nested under aDndContext
. I am using redux state and Items I would like to sort is in state. I would like to handle myself how the order of items will change. Why is there no props such as onSortEnd on SortableContext?doing things like below prevents the first DndContext.
Beta Was this translation helpful? Give feedback.
All reactions