Open
Description
The top list has animation: 0
, sort: false
and pull: clone
, the bottom list has animation: 150
.
When I "abort" the drag, the dragged item of source list on the top moves around, despite disabling animations:
Here is a JSBin link with example code: https://jsbin.com/wugogigizo/edit?html,js,output
I can fix the unwanted animation of the top list by setting animation: 0
on the bottom list, but I believe this is not working as intended.
There is simply no point in playing the "re-attaching" animation when pull: clone
is set:
nothing was removed from the list, so nothing needs to be re-attached.
Please let me know if I can provide further information!