mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
fix swipe area on grid carousel
This commit is contained in:
@@ -265,6 +265,7 @@ function BaseGridCarousel(props: GridCarouselProps) {
|
||||
dragConstraints={{ left: 0, right: 0 }}
|
||||
dragElastic={0}
|
||||
dragMomentum={false}
|
||||
dragPropagation={false}
|
||||
onDragEnd={handleDragEnd}
|
||||
onDragStart={handleDragStart}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user