Skip to content

Commit 47dca9c

Browse files
ajayashubarstoenescu
authored andcommitted
Better touch control on Carousel (quasarframework#1505)
1 parent 2f73bdb commit 47dca9c

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 < 100
224+
event.distance.x < 10
225225
? this.slide
226226
: this.positionSlide,
227227
true

0 commit comments

Comments
 (0)