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
Hi, I'm using the Syntax module in order to do syntax highlighting of code blocks.
I stumbled upon an issue where I'm trying to replace a highlighted text with a different text, the text gets deleted.
Hi, I'm using the Syntax module in order to do syntax highlighting of code blocks.
I stumbled upon an issue where I'm trying to replace a highlighted text with a different text, the text gets deleted.
Link to demo:
https://codesandbox.io/s/quill-with-syntax-highlighting-bug-when-trying-to-replace-an-highlighted-text-x5uw9?file=/src/syntax.js
Steps to reproduce:
console.log("hi");
inside the quill editorThis is the result after typing "a":
The text was updated successfully, but these errors were encountered: