-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix thumbnail reuse in PDP when no media present Without any media present on component mount the only image will be the thumbnail itself. Make sure the `load` event listener is only added to the first image that is not the thumbnail. * Remove unused onLoad prop This didn't work with neither magnified or regular image components. Thumbnail reuse works through the image selector ref. * Bump version
- Loading branch information
tonylepmets
authored
May 20, 2020
1 parent
e6ab35f
commit 6d29d73
Showing
4 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters