Skip to content

Commit

Permalink
fixed image has been cropped (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
baolanlequang authored Feb 23, 2023
1 parent 951b8ad commit e27dea0
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 13 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ var DemoWriteIr = function (_React$Component) {
editorOnly: false,
canChangeDescription: true,
onDescriptionChanged: this.onDescriptionChanged,
molSvg: molSvg,
userManualLink: { cv: "https://www.chemotion.net/chemotionsaurus/docs/eln/chemspectra/cvanalysis" }
}),
_react2.default.createElement(
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@complat/react-spectra-editor",
"version": "0.11.3",
"version": "0.11.4",
"description": "An editor to View and Edit Chemical Spectra data (NMR, IR and MS).",
"repository": {
"type": "git",
"url": "https://github.com/ComPlat/react-spectra-editor"
},
"license": "AGPL-3.0",
"dependencies": {
"@complat/react-svg-file-zoom-pan": "^1.0.11",
"@complat/react-svg-file-zoom-pan": "1.0.15",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.10.0",
"@mdi/js": "^4.7.95",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ class DemoWriteIr extends React.Component {
editorOnly={false}
canChangeDescription={true}
onDescriptionChanged={this.onDescriptionChanged}
molSvg={molSvg}
userManualLink={{cv: "https://www.chemotion.net/chemotionsaurus/docs/eln/chemspectra/cvanalysis"}}
/>
<div>
Expand Down
Loading

0 comments on commit e27dea0

Please sign in to comment.