remove unused variable
parent
311b830eb4
commit
21c7e5b3ae
|
@ -42,7 +42,6 @@ class InputClickToEdit extends Component {
|
||||||
|
|
||||||
handleKeyUp = e => {
|
handleKeyUp = e => {
|
||||||
const {onKeyUpdate, value} = this.props
|
const {onKeyUpdate, value} = this.props
|
||||||
const {initialValue} = this.state
|
|
||||||
if (e.key === 'Enter') {
|
if (e.key === 'Enter') {
|
||||||
this.handleInputBlur(e)
|
this.handleInputBlur(e)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue