You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "🙃" emoji, aliased as "upside_down_face" in lute's emoji map, appears broken in vditor's emoji tooltip.
The emojis in this tooltip are fetched from sym, where emojis and their aliases are maintained by an external package, com.vdurmont.emoji.EmojiParser, in which the emoji in question is aliased as "upside_down" or "flipped_face". Trying to find an emoji by "upside_down_face" alias will fallback to custom emoji, and fail in the attempt to fetch the image from CDN.
To fix this, either update sym's dependency, or change lute's emoji mapping.
The text was updated successfully, but these errors were encountered:
The "🙃" emoji, aliased as "upside_down_face" in lute's emoji map, appears broken in vditor's emoji tooltip.
The emojis in this tooltip are fetched from sym, where emojis and their aliases are maintained by an external package, com.vdurmont.emoji.EmojiParser, in which the emoji in question is aliased as "upside_down" or "flipped_face". Trying to find an emoji by "upside_down_face" alias will fallback to custom emoji, and fail in the attempt to fetch the image from CDN.
To fix this, either update sym's dependency, or change lute's emoji mapping.
The text was updated successfully, but these errors were encountered: