Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use cached parentEl because dragEl.parentNode can be null #1754

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stijndeschuymer
Copy link

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?

@waynevanson
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants