-
Notifications
You must be signed in to change notification settings - Fork 40
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
Sorting Issue #5
Comments
See if you can fix it and share the solution, this is just a starter repo |
TLDR;
If the You can find the The fix is to use the max of 0 and return arrayMove(tasks, activeIndex, Math.max(0, overIndex - 1)); |
I can verify the existence of this bug, as it happened to me as well. |
I am putting the task on the very top of the list, so the overlay shows that it is going to be the very first task in this column, once I dropped the tasks, it goes at the very bottom of the column.
The text was updated successfully, but these errors were encountered: