webogram-i2p/app/js
Chris Opperwall 67f4f933eb Hide autocompleter suggestions on message submit
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 #1203
2016-08-12 17:26:32 -07:00
..
lib Improved trimming draft 2016-07-11 21:22:07 +03:00
locales Sync translations 2016-07-06 14:19:45 +03:00
app.js Improved drafts sync 2016-07-07 15:53:00 +03:00
background.js Bump to 0.5.5 2016-07-05 23:52:39 +03:00
controllers.js Improved drafts handling 2016-07-11 14:33:19 +03:00
directives_mobile.js Bump to 0.5.5 2016-07-05 23:52:39 +03:00
directives.js Hide autocompleter suggestions on message submit 2016-08-12 17:26:32 -07:00
filters.js Bump to 0.5.5 2016-07-05 23:52:39 +03:00
init.js Added push worker 2016-06-29 20:22:13 +03:00
message_composer.js Fixed non-latin chars autocomplete 2016-07-08 00:06:26 +03:00
messages_manager.js Now quick forward only for channels 2016-07-08 00:10:41 +03:00
offline_manager.js Added push worker 2016-06-29 20:22:13 +03:00
services.js Remove trim for drafts 2016-07-11 21:08:54 +03:00