[FIX] Change messagebox icon immediate on change text (#1241)

This commit is contained in:
Diego Mello 2019-09-26 13:53:50 -03:00 committed by GitHub
parent 4388b2acb1
commit dc08dec572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class MessageBox extends Component {
} else {
this.stopTrackingMention();
}
}, 100)
}, 100, true)
onKeyboardResigned = () => {
this.closeEmoji();