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 031afb9 commit 3c1e0c3Copy full SHA for 3c1e0c3
src/components/WheelPicker/index.tsx
@@ -216,6 +216,7 @@ const WheelPicker = <T extends WheelPickerItemValue>(props: WheelPickerProps<T>)
216
};
217
218
const selectItem = useCallback((index: number) => {
219
+ shouldSkipNextOnChange.current = false;
220
scrollToIndex(index, true);
221
},
222
[itemHeight]);
0 commit comments