mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:47:57 +00:00
merge code
This commit is contained in:
@@ -413,8 +413,7 @@ class LibContentView extends React.Component {
|
||||
}
|
||||
|
||||
onListContainerScroll = () => {
|
||||
let itemsShowLength = this.state.itemsShowLength;
|
||||
itemsShowLength += 100;
|
||||
let itemsShowLength = this.state.itemsShowLength + 100;
|
||||
this.setState({itemsShowLength: itemsShowLength});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user