mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
merge code
This commit is contained in:
@@ -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});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user