Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

use cached parentEl because dragEl.parentNode can be null

Open stijndeschuymer opened this issue 5 years ago • 1 comments

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 avatar Feb 27 '20 10:02 stijndeschuymer

@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?

waynevanson avatar Sep 24 '20 12:09 waynevanson