fix(Picker): click during momentum case incorrect result (#6724)
This commit is contained in:
@@ -168,6 +168,7 @@ export default createComponent({
|
||||
return;
|
||||
}
|
||||
|
||||
this.transitionEndTrigger = null;
|
||||
this.duration = DEFAULT_DURATION;
|
||||
this.setIndex(index, true);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user