Fixed issue with Following/Followers scrolling to top on infinite scroll pagination
• Fixed: - issue with Following/Followers scrolling to top on infinite scroll pagination
This commit is contained in:
parent
d91df58eb9
commit
0edaaa95d7
|
@ -54,7 +54,6 @@ class Followers extends ImmutablePureComponent {
|
||||||
scrollKey='followers'
|
scrollKey='followers'
|
||||||
hasMore={hasMore}
|
hasMore={hasMore}
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
showLoading={isLoading}
|
|
||||||
onLoadMore={this.handleLoadMore}
|
onLoadMore={this.handleLoadMore}
|
||||||
placeholderComponent={AccountPlaceholder}
|
placeholderComponent={AccountPlaceholder}
|
||||||
placeholderCount={4}
|
placeholderCount={4}
|
||||||
|
|
|
@ -54,7 +54,6 @@ class Following extends ImmutablePureComponent {
|
||||||
scrollKey='following'
|
scrollKey='following'
|
||||||
hasMore={hasMore}
|
hasMore={hasMore}
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
showLoading={isLoading}
|
|
||||||
onLoadMore={this.handleLoadMore}
|
onLoadMore={this.handleLoadMore}
|
||||||
placeholderComponent={AccountPlaceholder}
|
placeholderComponent={AccountPlaceholder}
|
||||||
placeholderCount={4}
|
placeholderCount={4}
|
||||||
|
|
Loading…
Reference in New Issue