diff --git a/src/picker/PickerColumn.js b/src/picker/PickerColumn.js index e6a91317e..758558389 100644 --- a/src/picker/PickerColumn.js +++ b/src/picker/PickerColumn.js @@ -168,6 +168,7 @@ export default createComponent({ return; } + this.transitionEndTrigger = null; this.duration = DEFAULT_DURATION; this.setIndex(index, true); },