Skip to content

Commit

Permalink
fix: use scrollToOverflowEnabled prop from passed down props
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Jan 19, 2023
1 parent 71a415a commit 384eedb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ScrollViewWithContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class ScrollViewWithContext extends React.Component {
ref={this.scrollViewRef}
onScroll={this.setContextScrollPosition}
scrollEventThrottle={this.props.scrollEventThrottle || MIN_SMOOTH_SCROLL_EVENT_THROTTLE}
scrollToOverflowEnabled
>
<ScrollContext.Provider
value={{
Expand Down

0 comments on commit 384eedb

Please sign in to comment.