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
+1
View File
@@ -168,6 +168,7 @@ export default createComponent({
return;
}
this.transitionEndTrigger = null;
this.duration = DEFAULT_DURATION;
this.setIndex(index, true);
},