Search code examples
javascriptreactjsquill

Quill-emoji: Quill editor emoji remove issue


I am using Quill-editor, when I add emoji in quill editor this code enter in the editor you can see the following screen sort enter image description here

But when I remove the emoji from the quill editor that time emoji is remove but emoji code is not remove from the quill

How can I fix this issue?


Solution

  • I am not able to reproduce the issue. I downloaded the Quill Emoji repo, a Quill module extension that you appear to be using, and ran the demo page locally.

    The code generated by our two versions does not look similar at all. What version of Quill Emoji are you using?

    You should try upgrading your Quill and Quill Emoji versions to the latest. The demo I tested with uses Quill 1.3.5 and the latest master version of Quill Emoji.

    Before deleting emoji:

    Quill editor panel and dev tools after adding emoji

    After deleting emoji:

    Quill editor panel and dev tools after deleting added emoji