Skip to content

Commit

Permalink
fix: #702
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Mar 15, 2024
1 parent 00dcdbb commit e3c1b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-vant/src/components/cascader/Cascader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Cascader: React.FC<CascaderProps> = props => {
},
[value],
{
wait: 0,
wait: 100,
leading: false,
trailing: true,
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vant/src/components/picker/Picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function PickerInner<T = PickerColumnOption>(props: PickerMultipleProps<T>) {
},
[innerValue],
{
wait: 50,
wait: 100,
leading: false,
trailing: true,
}
Expand Down

0 comments on commit e3c1b4f

Please sign in to comment.