mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-02 06:06:34 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.transitionEndTrigger = null;
|
||||||
this.duration = DEFAULT_DURATION;
|
this.duration = DEFAULT_DURATION;
|
||||||
this.setIndex(index, true);
|
this.setIndex(index, true);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user