diff --git a/src/picker/PickerColumn.js b/src/picker/PickerColumn.js index 908dfb9a5..3d99ec7a5 100644 --- a/src/picker/PickerColumn.js +++ b/src/picker/PickerColumn.js @@ -135,6 +135,7 @@ export default createComponent({ } const index = this.getIndexByOffset(this.offset); + this.moving = false; this.duration = DEFAULT_DURATION; this.setIndex(index, true); },