Nested sorting reliably breaks #4433
Unanswered
assertchris
asked this question in
5. Bugs
Replies: 2 comments
-
Likely fixed in #4361 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into the same problem. Latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experimenting with nested sorting, and it appears to break pretty reliably: https://codepen.io/assertchris/pen/OJKrzqB?editors=1000
Try to drag one of the 2 items into the nesting container that appears as you drag. When you drag it out, you get a nextSibling JS error (which I suspect is because the list is now empty, but I haven't been able to confirm this).
Beta Was this translation helpful? Give feedback.
All reactions