[FIX] Change messagebox icon immediate on change text (#1241)
This commit is contained in:
parent
4388b2acb1
commit
dc08dec572
|
@ -266,7 +266,7 @@ class MessageBox extends Component {
|
|||
} else {
|
||||
this.stopTrackingMention();
|
||||
}
|
||||
}, 100)
|
||||
}, 100, true)
|
||||
|
||||
onKeyboardResigned = () => {
|
||||
this.closeEmoji();
|
||||
|
|
Loading…
Reference in New Issue