ngx-emoji-mart icon indicating copy to clipboard operation
ngx-emoji-mart copied to clipboard

Custom Emoji is undefined after clicking

Open gitalvininfo opened this issue 3 years ago • 0 comments

Hi, I managed to add a custom emoji add display it properly, but the problem is, when I click on it the emitted value is undefined.

This is the format of the object I passed to custom emoji.

{ name: 'Octocat', shortNames: ['octocat'], text: '', emoticons: [], keywords: ['github'], imageUrl: 'https://github.githubassets.com/images/icons/emoji/octocat.png', },

Please tell me if I miss something. Thanks

gitalvininfo avatar Oct 09 '20 08:10 gitalvininfo