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
The first div caused a number of quirks, but unexpected ones. For example, the second to last sortable item could be dragged, but not into last place. However, items before the second to last could be dragged. Also, you could drag the last up into previous positions.
I'd tend to think it could easily be documented as-sortable-items should be the only children of as-sortable. I'm only opening it as an issue as it was tricky to track down (my actual markup was much more complex).
Thanks!
The text was updated successfully, but these errors were encountered:
This may not need to be fixed, but rather documented. Essentially I had this:
The first div caused a number of quirks, but unexpected ones. For example, the second to last sortable item could be dragged, but not into last place. However, items before the second to last could be dragged. Also, you could drag the last up into previous positions.
I'd tend to think it could easily be documented
as-sortable-item
s should be the only children ofas-sortable
. I'm only opening it as an issue as it was tricky to track down (my actual markup was much more complex).Thanks!
The text was updated successfully, but these errors were encountered: