1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

merge code

This commit is contained in:
zxj96
2019-04-24 15:24:27 +08:00
parent 813a702ab5
commit d2d23379ba

View File

@@ -413,8 +413,7 @@ class LibContentView extends React.Component {
} }
onListContainerScroll = () => { onListContainerScroll = () => {
let itemsShowLength = this.state.itemsShowLength; let itemsShowLength = this.state.itemsShowLength + 100;
itemsShowLength += 100;
this.setState({itemsShowLength: itemsShowLength}); this.setState({itemsShowLength: itemsShowLength});
} }