Skip to content

Commit 07da48f

Browse files
committed
chore: Addition to previous PR
1 parent 47dca9c commit 07da48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/carousel/QCarousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default {
221221

222222
if (event.isFinal) {
223223
this.goToSlide(
224-
event.distance.x < 10
224+
event.distance.x < 40
225225
? this.slide
226226
: this.positionSlide,
227227
true

0 commit comments

Comments
 (0)