Skip to content

Commit

Permalink
Do not bind key events
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Nov 30, 2018
1 parent 955936e commit d6cddb1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ export function DefaultBlockAppender( {
multiline
numberOfLines={ 0 }
value={ value }
onKeyPress={ onAppend }
selection={ { start: 0, end: 0 } }
/* eslint-disable jsx-a11y/no-autofocus */
autoFocus
/* eslint-enable jsx-a11y/no-autofocus */
/>
</View>
</View>
Expand Down

0 comments on commit d6cddb1

Please sign in to comment.