Skip to content

Commit

Permalink
fix inifite scroll initial load issue (chrisbenincasa#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdavella authored May 28, 2024
1 parent b9a0ab7 commit 79899d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export default function PlexProgrammingSelector() {
<Box ref={gridContainerRef} sx={{ width: '100%' }}>
{renderListItems()}
</Box>
<div style={{ height: 40 }} ref={ref}></div>
{!searchLoading && <div style={{ height: 96 }} ref={ref}></div>}
<Divider sx={{ mt: 3, mb: 2 }} />
</>
)}
Expand Down

0 comments on commit 79899d6

Please sign in to comment.