We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6c0fc commit 1c8e90bCopy full SHA for 1c8e90b
SmartRefreshControl.js
@@ -67,6 +67,7 @@ class SmartRefreshControl extends Component {
67
<SmartRefreshLayout
68
ref="refreshLayout"
69
{...nativeProps}
70
+ onMoveShouldSetResponderCapture={()=>true}//拦截子组件的触摸移动事件
71
>
72
{this.renderHeader()}
73
{React.cloneElement(
0 commit comments