We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddc37f commit f7ad731Copy full SHA for f7ad731
1 file changed
dist/listScrollBound.js
@@ -47,7 +47,7 @@ var ListScrollBound = function (_Component) {
47
this.props.tagName,
48
{
49
id: this.props.id,
50
- onWheel: this.preventBodyScrolling,
+ onWheel: this.preventBodyScrolling.bind(this),
51
className: this.props.className,
52
onClick: this.props.onClick.bind(this)
53
},
0 commit comments