jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

Hide emoji-menu after selecting emoji #105

Open aky017 opened 6 years ago

aky017 commented 6 years ago

Hello, I need some help: I want to hide emoji-menu after user have selected emoji. Thanks in advance

Gexa commented 6 years ago

image Hi, simply add that line i highlighted. :)

aky017 commented 6 years ago

Hi, thank you, but I can't find that code. I have downloaded emoji-picker-master as zip file and implemented in my code. I have searched the whole folder for 'emojiClicked', and there is not file with that code. Thanks in advance

Gexa commented 6 years ago

Hi, sorry, it was an older version. :) So: image Here you can insert code like this: self.EmojiMenu.hide(function(){}); should do the stuff u want! I hope this helps.

aky017 commented 6 years ago

Thank you Gexa, bit it didn't work. But I found solution myself, in file jquery.emojiarea.js about line 665, before "e.stopPropagation();" I added "self.hide();".