Open aky017 opened 6 years ago
Hi, simply add that line i highlighted. :)
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
Hi, sorry, it was an older version. :) So: Here you can insert code like this: self.EmojiMenu.hide(function(){}); should do the stuff u want! I hope this helps.
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();".
Hello, I need some help: I want to hide emoji-menu after user have selected emoji. Thanks in advance