Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.$link.removeClass( "easyzoom-zoomed" );
},
loadingNotice: I18n.t( "loading" )
} );
}
slideToSlideIndex( ) {
if (
_.isInteger( this.props.slideIndex )
) {
this.slideToIndex( this.props.slideIndex );
}
}
}
ZoomableImageGallery.propTypes = Object.assign( { }, ImageGallery.propTypes, {
slideIndex: PropTypes.number
} );
export default ZoomableImageGallery;