We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 556ecb2 + f5b3802 commit 10fe41bCopy full SHA for 10fe41b
src/Gallery.js
@@ -270,6 +270,7 @@ class Gallery extends Component {
270
images={this.props.images}
271
backdropClosesModal={this.props.backdropClosesModal}
272
currentImage={this.state.currentImage}
273
+ preloadNextImage={this.props.preloadNextImage}
274
customControls={this.props.customControls}
275
enableKeyboardInput={this.props.enableKeyboardInput}
276
imageCountSeparator={this.props.imageCountSeparator}
0 commit comments