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
drop method; Why is it executed twice when dragging is completed
You can actually check the event.oldIndex and event.newIndex.
the list from which the item is dragged will be having event.newIndex = -1, and list which the item is dragged to will have event.oldIndex =-1
drop method; Why is it executed twice when dragging is completed
The text was updated successfully, but these errors were encountered: