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
Right now the workaround is to keep a copy of the sorted array and sort it when sortable sorts its array. Then with newIndex I can find the element. This is how its done in the docs.
It wouldnt be required to do that when the event would simply return the element aswell.
Hello,
within the events I need to know the id of my element, but I cant access the element:
This is because I need to know which item exactly has changed because possibly two items can have the same order.
The text was updated successfully, but these errors were encountered: