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
Added props sortable: Whether the current list can be sorted by dragging. (When sortable is true, the current list cannot be scrolled during dragging)
Default item class virtual-dnd-list-item
Default draggable value .virtual-dnd-list-item
Adjusted the drop event params:
{key,// dragged item keyitem,// dragged itemevent,// drop eventchanged,// list changed or notlist,// list after dnd completeoldList,// list without dndoldIndex,// old index within listnewIndex,// new index within list}=dropEvent