Skip to content

Commit

Permalink
prevent scroll handler to be called twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte W committed Oct 1, 2015
1 parent f9aab1a commit ad1faad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Scrollbars.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export default class Scrollbars extends Component {
thumbHorizontal,
thumbVertical,
view,
onScroll,
children,
...props
} = this.props;
Expand Down

0 comments on commit ad1faad

Please sign in to comment.