[test] no forceapply

This commit is contained in:
kwaroran
2023-05-23 20:15:32 +09:00
parent bf1a886f5d
commit a8ecc53a1e
2 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ import {scrollBehaviourDragImageTranslateOverride} from "mobile-drag-drop/scroll
dragDropPolyfil({
// use this to make use of the scroll behaviour
dragImageTranslateOverride: scrollBehaviourDragImageTranslateOverride,
forceApply: navigator.maxTouchPoints > 0,
holdToDrag: 400
});