Skip to content

Commit f6ca695

Browse files
committed
fix: typo
1 parent 83b3462 commit f6ca695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Carousel/Carousel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export const Carousel = defineComponent({
374374

375375
// Initialize start positions for the drag
376376
startPosition.x = 'touches' in event ? event.touches[0].clientX : event.clientX
377-
startPosition.y = 'touches' in event ? event.touches[0].clientY : event.clientYg
377+
startPosition.y = 'touches' in event ? event.touches[0].clientY : event.clientY
378378

379379
// Attach event listeners for dragging and drag end
380380

0 commit comments

Comments
 (0)