-
Notifications
You must be signed in to change notification settings - Fork 438
Connected lists create duplicates when 'cancel' is called #146
Comments
Also can someone explain what is happening here? Drag an item to another list, it will be cancelled first time. Then drag the same item to the same list again, it will be cancelled even though there is no code telling it to, and another item gets randomly moved. It appears on calling |
Take a look at #107. |
Indeed. So in my use case I need to cancel based on the sortable it came from, how is this possible within Edit:
|
Yup, I was able to use |
Example here.
Drag any item from one list to another.
When dealing with connected lists, if you call
sortable('cancel')
in the receive event, the item is moved back but appears in both lists. Doing this in jQueryUI alone works perfectly fine and I am unable to find what part of the code is causing this.The text was updated successfully, but these errors were encountered: