You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider taking out the InstallTrigger Firefox check and make the same functionality happen across all the browsers. It's probably the safest thing to do.
constsrc=img.currentSrc||img.src// See comment at top of file for Firefox check informationconstnewState=isFirefox ? {tmpSrc: src} : { src }this.setState(newState)
This issue is a:
Description
We should consider taking out the
InstallTrigger
Firefox check and make the same functionality happen across all the browsers. It's probably the safest thing to do.Conversation Reference:
#117 (comment)
Basically, these lines (https://github.com/rpearce/react-medium-image-zoom/blob/master/src/Zoom.js#L87-L92)
should be changed to
and the
isFirefox
check should be removed.cc @kingdido999 for talking sense into me.
The text was updated successfully, but these errors were encountered: