|
|
|
@ -375,7 +375,7 @@ class Collaborators extends Component {
|
|
|
|
|
let newscrollTop=parseInt(e.currentTarget.scrollTop);
|
|
|
|
|
let allclientHeight=e.currentTarget.clientHeight+newscrollTop;
|
|
|
|
|
|
|
|
|
|
if(e.currentTarget.scrollHeight-allclientHeight>=0){
|
|
|
|
|
if(e.currentTarget.scrollHeight-allclientHeight===0||e.currentTarget.scrollHeight-allclientHeight===1||e.currentTarget.scrollHeight-allclientHeight===-1){
|
|
|
|
|
let {page,collaboratorList,user_name,school_name,Searchadmin} = this.state;
|
|
|
|
|
let newpage=page+1;
|
|
|
|
|
let newSearchadmin=Searchadmin
|
|
|
|
|