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