You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #29, but it also show a hackish way to solve it.
We can use event keyup to verify the moment to submit. But when we select an emoji in the autocomplete by pressing enter, that also triggers the keyup event, and I did not want to send the message at the emoji picking moment.
This is similar to #29, but it also show a hackish way to solve it.
We can use event keyup to verify the moment to submit. But when we select an emoji in the autocomplete by pressing enter, that also triggers the keyup event, and I did not want to send the message at the emoji picking moment.
So I added a lock variable:
imsys@de7302c
And used it like:
If anyone wants to use it, here is the fork:
https://github.com/imsys/emojionearea/tree/autocomplete_enter_lock
The text was updated successfully, but these errors were encountered: