diff --git a/src/main.ts b/src/main.ts index 7e624ea6..25899d8d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,7 +18,8 @@ if((!supports) || isIos){ dragDrop.polyfill({ // use this to make use of the scroll behaviour dragImageTranslateOverride: dragDropBehavior.scrollBehaviourDragImageTranslateOverride, - holdToDrag: 400 + holdToDrag: 400, + forceApply: true }); }