-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Optimised placeholder placement #94
Comments
I did a spike of this and it looks quite nice. |
First, thank you for such a great library! I absolutely love the workflow compared to other react sortable solutions. Any idea on when/if this might land? Just started using this library and would love this feature. I'm mainly using this for multiple vertical lists right now so it's a little wonky with the placeholder left over when moving to a foreign list. I'd love to help out with whatever if possible. Please let me know. |
I hope to look at this as we updated our placeholder logic for #202 |
See 10.1 |
Right now when you hover over a foreign list the original draggable placeholder remains. This is to avoid the list collapsing. However, I think it would be better to enable the
Droppable
placeholder for the home list to avoid collapsing but to avoid having a gap in the list.Full placeholder rules:
Draggable
placeholderDraggable
placeholderDroppable
placeholder in both the home and foreignDroppable
.The text was updated successfully, but these errors were encountered: