[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 {
|
} else {
|
||||||
this.stopTrackingMention();
|
this.stopTrackingMention();
|
||||||
}
|
}
|
||||||
}, 100)
|
}, 100, true)
|
||||||
|
|
||||||
onKeyboardResigned = () => {
|
onKeyboardResigned = () => {
|
||||||
this.closeEmoji();
|
this.closeEmoji();
|
||||||
|
|
Loading…
Reference in New Issue