[FIX] Select emoji error (#666)

This commit is contained in:
Diego Mello 2019-02-28 15:03:26 -03:00 committed by GitHub
parent 6106c40557
commit 09372182df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ export default class MessageBox extends Component {
newText = `${ text }${ emoji }`;
}
this.setInput(newText);
this.showSend(true);
this.setShowSend(true);
}
get leftButtons() {