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
Describe the bug Errors are thrown from move event when dataOnly is set to true.
To Reproduce sample code: https://gist.github.com/MarcMenghin/a20f59370d66f30a97510f30b0fd4c2f
Expected behavior move events are fired just like if dataOnly is set to false.
Desktop (please complete the following information):
Additional context
Uncaught TypeError: o.el is undefined processOnMove https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 p https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 processOnStart https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 onstart https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 v https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 onstart https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 i https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 p https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 bindEvt https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 bindings https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 E https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 createCollection https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 create https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 create https://cdnjs.cloudflare.com/ajax/libs/nipplejs/0.10.0/nipplejs.js:1 <anonymous> file:///C:/Users/marcm/Development/engel/samples/nipplejs/index.html:53 nipplejs.js:1:14702
The text was updated successfully, but these errors were encountered:
My current workaround is to forcefully hide the generated UI with CSS.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Errors are thrown from move event when dataOnly is set to true.
To Reproduce
sample code: https://gist.github.com/MarcMenghin/a20f59370d66f30a97510f30b0fd4c2f
Expected behavior
move events are fired just like if dataOnly is set to false.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: