Merge pull request #431 from aviraldg/fix-emojione-sizing
fix emojione sizing
This commit is contained in:
commit
cd07907392
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ module.exports = {
|
|||
|
||||
emojifyText: function(text) {
|
||||
return {
|
||||
__html: emojione.unicodeToImage(escape(text)),
|
||||
__html: unicodeToImage(escape(text)),
|
||||
};
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue