Emoji: Bypass legacy emoji normalization (#36377)
This commit is contained in:
parent
c578a0cb74
commit
3c9b828c71
6 changed files with 16 additions and 20 deletions
|
|
@ -70,7 +70,7 @@ function loaded() {
|
|||
};
|
||||
|
||||
document.querySelectorAll('.emojify').forEach((content) => {
|
||||
content.innerHTML = emojify(content.innerHTML);
|
||||
content.innerHTML = emojify(content.innerHTML, {}, true); // Force emojify as public doesn't load the new emoji system.
|
||||
});
|
||||
|
||||
document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue