Browse Source
This adds a call to `MessageComposer.hideSuggestions()` in the `onMessageSubmit` function so that the autocompleter is always closed after a message is sent. To Reproduce ------------------ On master, create a message like ":D" and send the message. This will trigger the autocompleter to show up and suggest emojis, but after the message is sent, the autocompleter will still be visible. On this branch, sending the same message will close the autocompleter after the message is sent. Fix #1203master
Chris Opperwall
8 years ago
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue