Skip to content

Commit

Permalink
Vbump
Browse files Browse the repository at this point in the history
  • Loading branch information
sekoyo committed Sep 6, 2021
1 parent 26e01b9 commit a3ca7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-image-crop",
"version": "9.0.3",
"version": "9.0.4",
"description": "A responsive image cropping tool for React",
"repository": "https://github.com/DominicTobias/react-image-crop",
"main": "dist/ReactCrop.min.js",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class App extends PureComponent {
};

onImageLoaded = image => {
// this.imageRef = image;
this.imageRef = image;
// this.setState({ crop: { unit: 'px', width: 50, height: 50 } });
// return false;
};
Expand Down

0 comments on commit a3ca7e9

Please sign in to comment.