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
Currently I'm having problem to know which event or properties I can use to detect missed drag. The problem is when the item dragged and it missed drop target, the item will drop to the last item. I want to handle it so when it missed the drop target it will return to original index.
This is the example screenshot of what happening when dragging:
Hover between two images and drop it in the center.
The text was updated successfully, but these errors were encountered:
Currently I'm having problem to know which event or properties I can use to detect missed drag. The problem is when the item dragged and it missed drop target, the item will drop to the last item. I want to handle it so when it missed the drop target it will return to original index.
This is the example screenshot of what happening when dragging:
Hover between two images and drop it in the center.
The text was updated successfully, but these errors were encountered: