fix swipe area on grid carousel

This commit is contained in:
jeffvli
2026-01-23 19:10:36 -08:00
parent b45594515e
commit 9f81bff020
2 changed files with 3 additions and 7 deletions
@@ -265,6 +265,7 @@ function BaseGridCarousel(props: GridCarouselProps) {
dragConstraints={{ left: 0, right: 0 }}
dragElastic={0}
dragMomentum={false}
dragPropagation={false}
onDragEnd={handleDragEnd}
onDragStart={handleDragStart}
>