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
I took me a while to get it but I think that in case where only 2 items exist, it will prevent from drag first item to last positon because the drop area doesn't seems reachable.
Sometimes it will work, but it depends on factors that aren't necessarily easy to achieve. You need to start dragging the element as close as possible to the boundingBox of the element; if you start dragging too low, it will be impossible. Then, depending on the distance from the top of the boundingBox of the selected element, the possible area to drop it below sometimes requires being very precise (a few pixels).
The text was updated successfully, but these errors were encountered:
I took me a while to get it but I think that in case where only 2 items exist, it will prevent from drag first item to last positon because the drop area doesn't seems reachable.
I made this reproduction
Enregistrement.de.l.ecran.2025-05-05.a.20.36.44.mov
Sometimes it will work, but it depends on factors that aren't necessarily easy to achieve. You need to start dragging the element as close as possible to the boundingBox of the element; if you start dragging too low, it will be impossible. Then, depending on the distance from the top of the boundingBox of the selected element, the possible area to drop it below sometimes requires being very precise (a few pixels).
The text was updated successfully, but these errors were encountered: