You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!