Skip to content

Commit

Permalink
wrong value passed
Browse files Browse the repository at this point in the history
  • Loading branch information
JediWattson committed Jul 20, 2022
1 parent 33a8e35 commit 2e6ae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ImageView extends PureComponent {
}

componentDidUpdate() {
this.updateImageSize(true);
this.updateImageSize(false);
}

componentWillUnmount() {
Expand Down

0 comments on commit 2e6ae8d

Please sign in to comment.