react-component / m-picker

React Mobile Picker(web & react-native)
http://react-component.github.io/m-picker/
247 stars 73 forks source link

fix: scrollTo Func cant fire callback #120

Closed zhou-yg closed 5 years ago

zhou-yg commented 5 years ago

用户有可能刚好拖动一个位置,使得

scrollY === targetY

此时虽然不用滚动动画,但还是需要触发change事件

ziluo commented 5 years ago

close https://github.com/ant-design/ant-design-mobile/issues/3174

doxiaodong commented 5 years ago

感觉有点诡异。。