From bd883285388a5c53a6df7d18746d738b43ad73ee Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sun, 23 Jul 2023 00:51:36 +0900 Subject: [PATCH] [fix] no hold drag --- src/ts/polyfill.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/polyfill.ts b/src/ts/polyfill.ts index ec05f75b..4c7b60e3 100644 --- a/src/ts/polyfill.ts +++ b/src/ts/polyfill.ts @@ -16,7 +16,7 @@ export function polyfill() { dragPolyfill({ // use this to make use of the scroll behaviour dragImageTranslateOverride: scrollBehaviourDragImageTranslateOverride, - holdToDrag: 400, + // holdToDrag: 400, forceApply: true }); }