[fix] no force apply

This commit is contained in:
kwaroran
2023-05-26 00:02:00 +09:00
parent 8b3bbf0a92
commit 3082b5d223

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
});