We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emoji with skin tone is not recognized as emoji
If you copy a regular emoji such as 🙏, it is recognized as emoji. But, it doesn't when you choose the same emoji with other skin tone such 🙏🏻
It should recognize both of them as emoji and display with the same size.
Steps to reproduce, if applicable:
The text was updated successfully, but these errors were encountered:
We need to handle the additional byte for the skin tone. Related issue: hrsh7th/cmp-emoji#11
Sorry, something went wrong.
Fixed in #280 by just marking any single grapheme cluster as an emoji item.
Amazing work! Thank you. 🍜
Successfully merging a pull request may close this issue.
Description
Emoji with skin tone is not recognized as emoji
Problem Explanation
If you copy a regular emoji such as 🙏, it is recognized as emoji.
But, it doesn't when you choose the same emoji with other skin tone such 🙏🏻
Expected Behavior
It should recognize both of them as emoji and display with the same size.
Reprodution
Steps To Reproduce
Steps to reproduce, if applicable:
Details
It happens with any application?
It happens only on one computer?
It happens only with some specific gnome configuration?
It happens only with some specific extension installed?
The text was updated successfully, but these errors were encountered: