fix emojis overflowing the chat message (#3228)
* fix emojis overflowing the chat message * fix: force ignoring of certain paths? --------- Co-authored-by: janWilejan <> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
co-authored by
janWilejan <>
Gabe Kangas
parent
66fa8866f6
commit
c00b0be3d4
@@ -11,7 +11,7 @@ interface options {
|
||||
className: string;
|
||||
}
|
||||
|
||||
const emojiPattern = '\\p{RGI_Emoji}+';
|
||||
const emojiPattern = '\\p{RGI_Emoji}';
|
||||
|
||||
const regexSupportsUnicodeSets = (() => {
|
||||
// Using a variable for regexpFlags to avoid eslint error about the flag
|
||||
|
||||
Reference in New Issue
Block a user