Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Invalid fromIndex in onDragEnd callback (#284)
## Description I cleared `dragStartIndex` (passed as `fromIndex` to the `onDragEnd` callback) before the callback was called, hence the user always received `-1` instead of the actual drag start index.
- Loading branch information