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 would like to be able to read the draggableId of the destination in the onDragEnd handler, just like is currently possible with the draggableId of the source
I think this is very useful. I need this right now. I tried creating two Droppable's in order to get both source and destination DroppableId, however now I have the issue of an "extra index" because both Droppable's not have a {provided.placeholder}, also they are both in effect at the same time. These problems would be solved if we also get the draggableId of the destination and not just the index.
Unfortunately, the draggableId is only contained in DragUpdate.combine, but I would like to get it in DragUpdate.destination as well. Now there is only an index.
Description
I would like to be able to read the
draggableId
of thedestination
in theonDragEnd
handler, just like is currently possible with thedraggableId
of thesource
e.g.
The text was updated successfully, but these errors were encountered: