fix(Picker): click during momentum case incorrect result (#6724)

This commit is contained in:
neverland 2020-07-07 15:01:20 +08:00 committed by GitHub
parent 710208eee0
commit 9045248523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,7 @@ export default createComponent({
return;
}
this.transitionEndTrigger = null;
this.duration = DEFAULT_DURATION;
this.setIndex(index, true);
},