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 }); }