Open
Description
Problem:
Trying to use sortable.destroy() on a sortable with option swap: true. (after one swap has been done).
Throws error "Cannot read property 'captureAnimationState' of null"
Fails at pluginEvent('drop' ....
If prior to destroy i can set the swap option to false it does not throw this error.
Thanks