[feat] force polyfill when detected

This commit is contained in:
kwaroran
2023-05-26 03:53:20 +09:00
parent 5d52dad6e1
commit 1bc4230092

View File

@@ -18,7 +18,8 @@ if((!supports) || isIos){
dragDrop.polyfill({ dragDrop.polyfill({
// use this to make use of the scroll behaviour // use this to make use of the scroll behaviour
dragImageTranslateOverride: dragDropBehavior.scrollBehaviourDragImageTranslateOverride, dragImageTranslateOverride: dragDropBehavior.scrollBehaviourDragImageTranslateOverride,
holdToDrag: 400 holdToDrag: 400,
forceApply: true
}); });
} }