Skip to content

Commit 43cdf93

Browse files
committed
reduce hSwipMinDistance back to original
1 parent 3a296f7 commit 43cdf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/jquery.swipebox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
vDistanceLast = null,
293293
vSwipe = false,
294294
hSwipe = false,
295-
hSwipMinDistance = 50,
295+
hSwipMinDistance = 10,
296296
vSwipMinDistance = 50,
297297
startCoords = {},
298298
endCoords = {},

0 commit comments

Comments
 (0)