Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
scroll fix for horizontal listview
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Aug 24, 2016
1 parent 4168053 commit 976afaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/ListView/ListView.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class ListView extends Component {
isVertical ? 'scrollHeight' : 'scrollWidth'
];
this.scrollProperties.offset = target[
isVertical ? 'scrollTop' : 'scrollTop'
isVertical ? 'scrollTop' : 'scrollLeft'
];
// this._updateVisibleRows(e.nativeEvent.updatedChildFrames);
if (!this._maybeCallOnEndReached(e)) {
Expand Down

0 comments on commit 976afaa

Please sign in to comment.