Closed brandonmcconnell closed 3 years ago
The sortable:update
event was changed to include more arguments, including the previous and the new indexes of any element being sorted within a single sortable or between two sortable instances.
The following commit addresses your suggestion: https://github.com/marcospont/agnostic-draggable/commit/08902cd0451b6e3066a26189b8627b49f1b37e41
Thanks, Marcos
It would be helpful to see both the previously selected sortable and the moved element's previous position/index in that list as well as the new sortable it is a part of and its new position/index.
I see a position property, but it returns all null values. — see attached