Hi, thanks for the great plugin. I have some trouble since I updated from emoji-button.
My problem is that I can't find a way to use
picker.on('emoji:select', selection => { console.log('Selected emoji: ', selection.emoji); });
with popup. My code so far is working:
Hi, thanks for the great plugin. I have some trouble since I updated from emoji-button. My problem is that I can't find a way to use
picker.on('emoji:select', selection => { console.log('Selected emoji: ', selection.emoji); });
with popup. My code so far is working:but like this it says "Uncaught TypeError: picker.on is not a function". Any suggestion?
Thanks!