From 1bc4230092e4bc16329a58382d1acd41eb8d404f Mon Sep 17 00:00:00 2001 From: kwaroran Date: Fri, 26 May 2023 03:53:20 +0900 Subject: [PATCH] [feat] force polyfill when detected --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }); }