remove unused variable

pull/2859/head
Iris Scholten 2018-03-05 18:40:18 -08:00
parent 311b830eb4
commit 21c7e5b3ae
1 changed files with 0 additions and 1 deletions

View File

@ -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