We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When destroying instance with destroy() method, touchstart event handlers are still there.
destroy()
touchstart
selectable.min.js:11 Uncaught TypeError: Cannot read property 'start' of undefined at a.touchstart (selectable.min.js:11)
I’ve pinpointed issue to these lines of code.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Is this on a desktop or touch device?
Sorry, something went wrong.
Chrome Responsive view, so I think it’s touch device.
Thanks, I'll see if I can reproduce it.
EDIT: I've managed to reproduce it so I'll get a fix out ASAP.
11e2a66
This should be fixed now. Reopen if required 👍
Getting the following while in chrome desktop
Uncaught TypeError: Cannot set property 'selecting' of undefined at z._start (selectable.min.js:33)
No branches or pull requests
When destroying instance with
destroy()
method,touchstart
event handlers are still there.I’ve pinpointed issue to these lines of code.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: