Skip to content

Commit f7ad731

Browse files
author
Holger Schauf
committed
build
1 parent 4ddc37f commit f7ad731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/listScrollBound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var ListScrollBound = function (_Component) {
4747
this.props.tagName,
4848
{
4949
id: this.props.id,
50-
onWheel: this.preventBodyScrolling,
50+
onWheel: this.preventBodyScrolling.bind(this),
5151
className: this.props.className,
5252
onClick: this.props.onClick.bind(this)
5353
},

0 commit comments

Comments
 (0)