-
-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useSortable's transform property returns null when reaching a certain point #1498
Comments
After more investigation I noticed that the container is being added to the list of collisions. This is when using the provided collision strategies. |
I am experiencing a very similar issue, @christiangrothaus have you found a solution or a workaround? |
I ended up creating a custom collision detection wrapper function. I wanted to use the closestCenter algorithm, so I extracted the droppabledRects property from the arguments, deleted the container from the map, and passed everything back to the provided algorithm.
|
I ran into a similar issue which was being caused by SortableContext. |
I am attempting to create a horizontal sortable list but the transform property returns null when the draggable item reaches a certain point.
The text was updated successfully, but these errors were encountered: