Fix: Allowing emoji selection on enter (#386)

nolan/no-underscore-json
Alex Brioux 2019-12-21 11:38:25 -05:00 committed by Nolan Lawson
parent 3576091fc0
commit 76ac008169
1 changed files with 1 additions and 1 deletions

View File

@ -418,9 +418,9 @@ export default class NimblePicker extends React.PureComponent {
))
) {
this.handleEmojiSelect(emoji)
handled = true
}
handled = true
break
}