@uiw/react-md-editor
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -163,5 +163,5 @@ "use strict"; | ||
minHeight: minHeight, | ||
onChange: function onChange(height) { | ||
onChange: function onChange(newHeight) { | ||
_this2.setState({ | ||
height: height | ||
height: newHeight | ||
}); | ||
@@ -168,0 +168,0 @@ } |
@@ -145,5 +145,5 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
minHeight: minHeight, | ||
onChange: function onChange(height) { | ||
onChange: function onChange(newHeight) { | ||
_this2.setState({ | ||
height: height | ||
height: newHeight | ||
}); | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "@uiw/react-md-editor", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A markdown editor with preview, implemented with React.js and TypeScript.", | ||
@@ -12,5 +12,6 @@ "author": "", | ||
"watch": "npm run watch:types & npm run watch:ts", | ||
"build": "npm run build:ts && npm run build:css && npm run build:types -- --outDir lib/cjs && npm run build:types -- --outDir lib/esm", | ||
"build": "npm run build:ts && npm run build:css && npm run build:dist:css && npm run build:types -- --outDir lib/cjs && npm run build:types -- --outDir lib/esm", | ||
"build:types": "tsbb types --outDir lib/esm --target ESNEXT", | ||
"build:css": "compile-less -d src -o lib/esm", | ||
"build:dist:css": "compile-less -d src --combine dist/markdown-editor.css --rm-global", | ||
"build:ts": "tsbb build --target react", | ||
@@ -17,0 +18,0 @@ "watch:types": "npm run build:types -- --watch --outDir lib/cjs & npm run build:types -- --watch --outDir lib/esm", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
403966