Skip to content

Commit

Permalink
Merge pull request #78 from ScottMRafferty/preloadNextImageFix
Browse files Browse the repository at this point in the history
preloadNextImage propogation fix
  • Loading branch information
benhowell authored Apr 29, 2018
2 parents 556ecb2 + f5b3802 commit 10fe41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ class Gallery extends Component {
images={this.props.images}
backdropClosesModal={this.props.backdropClosesModal}
currentImage={this.state.currentImage}
preloadNextImage={this.props.preloadNextImage}
customControls={this.props.customControls}
enableKeyboardInput={this.props.enableKeyboardInput}
imageCountSeparator={this.props.imageCountSeparator}
Expand Down

0 comments on commit 10fe41b

Please sign in to comment.