We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227b932 commit 74834e3Copy full SHA for 74834e3
src/core/components/param-body.jsx
@@ -86,7 +86,7 @@ export default class ParamBody extends PureComponent {
86
const {consumesValue} = this.props
87
const isXml = /xml/i.test(consumesValue)
88
const inputValue = e.target.value
89
- this.onChange(inputValue, {isXml})
+ this.onChange(inputValue, {isXml, isEditBox: this.state.isEditBox})
90
}
91
92
toggleIsEditBox = () => this.setState( state => ({isEditBox: !state.isEditBox}))
0 commit comments