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

Fix for 'cannot access clientX on undefined' exception. #159

Closed

Commits on May 19, 2016

  1. Fix for 'cannot access clientX on undefined' exception.

    To reproduce, access a DraggableCore element using touch emulation in Chrome.   The exception will be thrown on drag stop.
    
    This will leave the element active, so if you drag another element, both elements end up being dragged together.
    
    I'm not sure if this is the correct fix, I may be treating symptoms rather than root cause, but it appears to work.
    bryanlarsen committed May 19, 2016
    Configuration menu
    Copy the full SHA
    b2f11a6 View commit details
    Browse the repository at this point in the history