Skip to content

Commit

Permalink
fix(home): avoid tab for react-virtualized
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed May 10, 2021
1 parent 2e8df01 commit 65fdcac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const Home = (): JSX.Element => {
<WindowScroller onResize={() => ((listRef.current as unknown) as List)?.recomputeRowHeights()}>
{({ height, isScrolling, onChildScroll, scrollTop }) => (
<List
tabIndex={-1}
ref={listRef}
autoHeight
height={height}
Expand Down

0 comments on commit 65fdcac

Please sign in to comment.