Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Draggable shouldn't trigger dragEnd without first dragging (#921)
- the `onDragEnd` was called every time a cell was clicked even when user was not even dragging, we should make sure to only trigger `onDragEnd` if a drag actually started to avoid triggering too many events for no reasons
- Loading branch information