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.
1 parent 7408673 commit a0e160aCopy full SHA for a0e160a
src/Sortable.js
@@ -392,7 +392,7 @@ function Sortable(el, options) {
392
fallbackOnBody: false,
393
fallbackTolerance: 0,
394
fallbackOffset: {x: 0, y: 0},
395
- supportPointer: Sortable.supportPointer !== false && ('PointerEvent' in window),
+ supportPointer: Sortable.supportPointer !== false && ('PointerEvent' in window) && !Safari,
396
emptyInsertThreshold: 5
397
};
398
0 commit comments