Skip to content

Commit 1c8e90b

Browse files
committed
fix bug #14
1 parent 4a6c0fc commit 1c8e90b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SmartRefreshControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class SmartRefreshControl extends Component {
6767
<SmartRefreshLayout
6868
ref="refreshLayout"
6969
{...nativeProps}
70+
onMoveShouldSetResponderCapture={()=>true}//拦截子组件的触摸移动事件
7071
>
7172
{this.renderHeader()}
7273
{React.cloneElement(

0 commit comments

Comments
 (0)