-
Notifications
You must be signed in to change notification settings - Fork 208
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
Item disappears when start dragging from the right but immediatly drop it (within the available pane) #8
Comments
I noticed that too. I fixed it by changing: to: Not sure if that is the best way, but it works ;) |
I found another method to fix that. I commented out the line |
yes, we worked hard to make droppable and sortable work... we will take a look at this as soon as we can. For now, these fix may work, but you should also test all combinaisons of options ("droppable" and "sortable") to make sure it works for all use cases. If we can't fix this, we will simply limit the number of combinaisons for the most common use cases. You are welcome to help! :) |
Making the fixes above i noticed that the 'revert' effect disapear too, so i modified the code below, adding the value 'valid' to revert property: // make draggable |
Any update on this? |
I fixed it by checking the class of the parent. I really wanted to figure out how to get it to use a revert animation, but I think you'd need that logic to be in the draggable and I wasn't sure how to handle a drop event from within the dragable context, so I just gave up. I'd love to see an implementation of this that got the revert animation in there, too. // received an item from a sortable to a droppable |
No description provided.
The text was updated successfully, but these errors were encountered: