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
Some emojis are comprised of multiple other emojis separated by a ZWJ. For example, π©βπ³ is π© and π³. Image mode will display these incorrectly (as two distinct emojis), but unicode mode has the correct rendering. However, if one tries to delete π©βπ³, it will turn into π©β with a trailing ZWJ. Similar happens when deleting from the front (leading ZWJ, trailing π³). The text in unicode mode does not have the 'emojified property, so the custom deletion functions do not properly delete the region the emoji occupies.
π©β
'emojified
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some emojis are comprised of multiple other emojis separated by a ZWJ. For example, π©βπ³ is π© and π³. Image mode will display these incorrectly (as two distinct emojis), but unicode mode has the correct rendering. However, if one tries to delete π©βπ³, it will turn into
π©β
with a trailing ZWJ. Similar happens when deleting from the front (leading ZWJ, trailing π³). The text in unicode mode does not have the'emojified
property, so the custom deletion functions do not properly delete the region the emoji occupies.The text was updated successfully, but these errors were encountered: