Skip to content

Commit

Permalink
I believe the pointer events value is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 12, 2019
1 parent d956b99 commit 59df8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createListComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default function createListComponent({
ref: innerRef,
style: {
height: isHorizontal ? '100%' : estimatedTotalSize,
pointerEvents: isScrolling ? 'none' : '',
pointerEvents: isScrolling ? 'none' : null,
width: isHorizontal ? estimatedTotalSize : '100%',
},
})
Expand Down

0 comments on commit 59df8dd

Please sign in to comment.