mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 06:51:21 +02:00
Merge pull request #431 from aviraldg/fix-emojione-sizing
fix emojione sizing
This commit is contained in:
commit
cd07907392
@ -287,7 +287,7 @@ module.exports = {
|
||||
|
||||
emojifyText: function(text) {
|
||||
return {
|
||||
__html: emojione.unicodeToImage(escape(text)),
|
||||
__html: unicodeToImage(escape(text)),
|
||||
};
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user