maybe fix

This commit is contained in:
Martin Quarda 2024-05-08 16:05:32 +02:00
parent c1632cc0ae
commit 277c0d6b00

View File

@ -97,7 +97,7 @@ class Main extends Component {
showPlayButton={false} showPlayButton={false}
startIndex={this.state.currentImage} startIndex={this.state.currentImage}
showThumbnails={false} showThumbnails={false}
renderCustomControls={this.renderCloseButton} renderCustomControls={this.renderCloseButton.bind(this)}
/> />
</Modal> </Modal>
} }