mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Picker): click during momentum case incorrect result (#6724)
This commit is contained in:
parent
710208eee0
commit
9045248523
@ -168,6 +168,7 @@ export default createComponent({
|
||||
return;
|
||||
}
|
||||
|
||||
this.transitionEndTrigger = null;
|
||||
this.duration = DEFAULT_DURATION;
|
||||
this.setIndex(index, true);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user