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
While this works, it doesn't look like the "right" solution. We're looking for some insight into a cleaner solution that achieves the same thing. Thanks!
We've noticed the bug mentioned in #186 also occurs when not using connected lists. Using a simple helper function like:
Causes the same sort of bug when you drag any item to the bottom of the list. Here's the simple example in codepen: http://codepen.io/anon/pen/Ecbqr
A simple fix that works is to expand upon the fix suggested in the other issue like this:
While this works, it doesn't look like the "right" solution. We're looking for some insight into a cleaner solution that achieves the same thing. Thanks!