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
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
I got this error, in my implementation of drag and drop on android 4.0, It happens when you drag element out of window to address bar. To fix this I added ' || document.body;' in lines 347 and 407, because in this case function document.elementFromPoint returns null.
The text was updated successfully, but these errors were encountered:
I got this error, in my implementation of drag and drop on android 4.0, It happens when you drag element out of window to address bar. To fix this I added ' || document.body;' in lines 347 and 407, because in this case function document.elementFromPoint returns null.
The text was updated successfully, but these errors were encountered: