Skip to content

Commit

Permalink
fix bug #14
Browse files Browse the repository at this point in the history
  • Loading branch information
2534290808 committed Aug 1, 2018
1 parent 4a6c0fc commit 1c8e90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmartRefreshControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class SmartRefreshControl extends Component {
<SmartRefreshLayout
ref="refreshLayout"
{...nativeProps}
onMoveShouldSetResponderCapture={()=>true}//拦截子组件的触摸移动事件
>
{this.renderHeader()}
{React.cloneElement(
Expand Down

0 comments on commit 1c8e90b

Please sign in to comment.