Skip to content

Commit

Permalink
fix: add autoHeight className
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahim-Chan committed May 8, 2020
1 parent 362a05e commit 389fe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list-view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class ListView extends Component<Props, State> {
this.scrollView = node;
}}
className={`${className} ${downLoading &&
"downLoadingStyle"} scrollView`}
"downLoadingStyle"} scrollView autoHeight`}
style={{ ...style }}
scrollY={canScrollY}
lowerThreshold={80}
Expand Down

0 comments on commit 389fe89

Please sign in to comment.