Open gitalvininfo opened 4 years ago
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
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