Skip to content

Commit ecffa14

Browse files
committed
默认不使用越界回弹
1 parent 9365b5d commit ecffa14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SmartRefreshControl.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,8 @@ SmartRefreshControl.propTypes = {
101101
}),//是否启动自动刷新
102102
...ViewPropTypes,
103103
}
104+
105+
SmartRefreshControl.defaultProps={
106+
overScrollBounce:false
107+
}
104108
export default SmartRefreshControl;

0 commit comments

Comments
 (0)