Skip to content

Commit f089d9c

Browse files
authored
Lower drag threshold
1 parent aa054ae commit f089d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const SNAP_ALIGN_OPTIONS = [
4646
] as const
4747

4848
export const DEFAULT_MOUSE_WHEEL_THRESHOLD = 10
49-
export const DEFAULT_DRAG_THRESHOLD = 0.15
49+
export const DEFAULT_DRAG_THRESHOLD = 0.08
5050

5151
export const DEFAULT_CONFIG: CarouselConfig = {
5252
autoplay: 0,

0 commit comments

Comments
 (0)