提交 a0e160a5 编写于 作者: O owen-m1

#1571: Dont use pointer events in Safari

上级 7408673c
...@@ -392,7 +392,7 @@ function Sortable(el, options) { ...@@ -392,7 +392,7 @@ function Sortable(el, options) {
fallbackOnBody: false, fallbackOnBody: false,
fallbackTolerance: 0, fallbackTolerance: 0,
fallbackOffset: {x: 0, y: 0}, fallbackOffset: {x: 0, y: 0},
supportPointer: Sortable.supportPointer !== false && ('PointerEvent' in window), supportPointer: Sortable.supportPointer !== false && ('PointerEvent' in window) && !Safari,
emptyInsertThreshold: 5 emptyInsertThreshold: 5
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册