Skip to content

Commit f77956f

Browse files
committed
Update WheelPicker.tsx
1 parent caabb06 commit f77956f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WheelPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const WheelPicker: React.FC<Props> = ({
9696
}, [selectedIndex]);
9797

9898
useEffect(() => {
99-
onChange(scrollIndex)
99+
//onChange(scrollIndex)
100100
}, [scrollIndex])
101101

102102
const handleScroll = (event: {

0 commit comments

Comments
 (0)