[PRO]: Emojis not returned correctly with getText #5934
Labels
Category: Pro
The issue or pull request is related to the pro packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Affected Packages
emoji
Version(s)
2.4.0
Description of the Bug
I added the emoji extension to my tiptap editor, with this configuration.
I type this emoji into the editor in the web browser: 1️⃣ (both using the macOS native emoji picker of the emoji picker itself)
I use
editor.getText()
to read the content.And this is what I get.
If I remove the Emoji extension, all works as expected, but my users will not have an emoji picker in the browser.
Browser Used
Chrome
Code Example (Preferred)
No response
Expected Behavior
The string returned by
getText()
should contain the emoji1️⃣
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: