From 9045248523edf4cc051c0be404f316e0dbe2b382 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 7 Jul 2020 15:01:20 +0800 Subject: [PATCH] fix(Picker): click during momentum case incorrect result (#6724) --- src/picker/PickerColumn.js | 1 + 1 file changed, 1 insertion(+) 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); },