Insert HTML Code to an index, text is not editable #4393
Unanswered
costerutilo
asked this question in
Q&A
Replies: 1 comment
-
i am facing the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To insert HTML into a specific position I use a blots/embed:
Now I use it with insertEmbed to insert my HTML to the cursur position:
But the inserted text is not editable. It creates the quill editor code:
<span class="textbaustein" contenteditable="true"><span contenteditable="false"> MY HTML </span></span>
Now there a 2 span, the first with contenteditable true and the second with false. What I'm doing wrong?
Thank you, Christian
Beta Was this translation helpful? Give feedback.
All reactions