[test] sperate currentdrag from datatransfet

This commit is contained in:
kwaroran
2023-05-23 20:43:37 +09:00
parent a8ecc53a1e
commit 1f8844b52d
2 changed files with 16 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ 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
});