Skip to content

Commit

Permalink
Merge pull request #27984 from Krishna2323/krishna2323/issue/27602
Browse files Browse the repository at this point in the history
fix: Emoji suggestions is not displayed between '~~' & '__'.
  • Loading branch information
madmax330 authored Sep 26, 2023
2 parents cd96293 + 7cf54b7 commit 757806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ const CONST = {

SPECIAL_CHAR_OR_EMOJI:
// eslint-disable-next-line no-misleading-character-class
/[\n\s,/?"{}[\]()&^%\\;`$=#<>!*\p{Extended_Pictographic}\u200d\u{1f1e6}-\u{1f1ff}\u{1f3fb}-\u{1f3ff}\u{e0020}-\u{e007f}\u20E3\uFE0F]|[#*0-9]\uFE0F?\u20E3/gu,
/[\n\s,/?"{}[\]()&_~^%\\;`$=#<>!*\p{Extended_Pictographic}\u200d\u{1f1e6}-\u{1f1ff}\u{1f3fb}-\u{1f3ff}\u{e0020}-\u{e007f}\u20E3\uFE0F]|[#*0-9]\uFE0F?\u20E3/gu,

SPACE_OR_EMOJI:
// eslint-disable-next-line no-misleading-character-class
Expand Down

0 comments on commit 757806f

Please sign in to comment.