[fix] no hold drag

This commit is contained in:
kwaroran
2023-07-23 00:51:36 +09:00
parent ea4759bbf2
commit bd88328538

View File

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