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
https://codesandbox.io/s/interesting-firefly-dim2l?file=/src/index.js
If Sortablejs is used in Swiper, it will fail, as shown in the example above.
Click the button 'Start Swiper'
Events Swiper and Sortablejs conflict
sortablejs
1.10.2
The text was updated successfully, but these errors were encountered:
https://github.com/SortableJS/sortablejs/blob/master/packages/sortable/src/Sortable.ts#L493
Is that ok?
if ( this.options.handle && this.options.stopOnHandle ) { evt.stopPropagation() }
Sorry, something went wrong.
https://swiperjs.com/api/ 'noSwiping' can solve this problem.
No branches or pull requests
Reproduction
https://codesandbox.io/s/interesting-firefly-dim2l?file=/src/index.js
Scenario
If Sortablejs is used in Swiper, it will fail, as shown in the example above.
Steps to Reproduce
Click the button 'Start Swiper'
Describe the bug
Events Swiper and Sortablejs conflict
Version
sortablejs
1.10.2
The text was updated successfully, but these errors were encountered: