We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae403a + ff213bb commit 822e54dCopy full SHA for 822e54d
src/Sortable.js
@@ -362,7 +362,7 @@ function Sortable(el, options) {
362
dataIdAttr: 'data-id',
363
delay: 0,
364
delayOnTouchOnly: false,
365
- touchStartThreshold: parseInt(window.devicePixelRatio, 10) || 1,
+ touchStartThreshold: Number.parseInt(window.devicePixelRatio, 10) || 1,
366
forceFallback: false,
367
fallbackClass: 'sortable-fallback',
368
fallbackOnBody: false,
0 commit comments