Patch Changes
-
a178857
#214 Thanks @clauderic! - Ensure that consumer defined data passed touseSortable
is passed down to bothuseDraggable
anduseDroppable
.The
data
object that is passed touseDraggable
anduseDroppable
withinuseSortable
also contains thesortable
property, which holds a reference to the index of the item, along with thecontainerId
and theitems
of its parentSortableContext
.