We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b3462 commit f6ca695Copy full SHA for f6ca695
src/components/Carousel/Carousel.ts
@@ -374,7 +374,7 @@ export const Carousel = defineComponent({
374
375
// Initialize start positions for the drag
376
startPosition.x = 'touches' in event ? event.touches[0].clientX : event.clientX
377
- startPosition.y = 'touches' in event ? event.touches[0].clientY : event.clientYg
+ startPosition.y = 'touches' in event ? event.touches[0].clientY : event.clientY
378
379
// Attach event listeners for dragging and drag end
380
0 commit comments