Skip to content

Commit

Permalink
[FIX] Select emoji error (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Feb 28, 2019
1 parent 6106c40 commit 0937218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/MessageBox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default class MessageBox extends Component {
newText = `${ text }${ emoji }`;
}
this.setInput(newText);
this.showSend(true);
this.setShowSend(true);
}

get leftButtons() {
Expand Down

0 comments on commit 0937218

Please sign in to comment.