We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef63dfd commit ff213bbCopy full SHA for ff213bb
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