We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92b5d48 + fa752bb commit 6c72ec2Copy full SHA for 6c72ec2
src/SortableContainer/index.js
@@ -449,7 +449,7 @@ export default function sortableContainer(
449
const {onSortMove} = this.props;
450
451
// Prevent scrolling on mobile
452
- if (typeof event.preventDefault === 'function') {
+ if (typeof event.preventDefault === 'function' && event.cancelable) {
453
event.preventDefault();
454
}
455
0 commit comments