myshell-react-lib 0.2.39 → 0.2.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -12635,7 +12635,7 @@ var Input = React31.forwardRef(function(_param, ref) {
|
|
|
12635
12635
|
}
|
|
12636
12636
|
});
|
|
12637
12637
|
var handleKeyDown = function(e) {
|
|
12638
|
-
if (e.key === "Enter" && hasEnter) {
|
|
12638
|
+
if (e.key === "Enter" && !hasEnter) {
|
|
12639
12639
|
e.preventDefault();
|
|
12640
12640
|
} else {
|
|
12641
12641
|
var _props_onKeyDown;
|