Sortable
Sortable copied to clipboard
use cached parentEl because dragEl.parentNode can be null
use cached parentEl because dragEl.parentNode can be null when using a virtual scroll list
so far this fix seemed to work for me, not sure if this has other sideEffects?
@stijndeschuymer Could you please create an example in a sandbox environment? It looks okay to me but we'll have to enlist the expert.
@owen-m1 What are your thoughts on this one? Any side effects you can think of? parentNode and dragEl.parentNode are supposed to be the same yeah?