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
the Editor breaks. Have a look at the playground, try to jump into a new line by pressing the enter key. You should see that the cursor jumps to the beginning of the line instead of inserting a new line.
Any chance to fix this?
The text was updated successfully, but these errors were encountered:
Thanks for this awesome project, really helps a lot :)
I created a very small wrapper component to work with vue-quilly ( playground => https://stackblitz.com/edit/vitejs-vite-ebyuz3?file=src%2FRichTextField.vue )
Everything works as expected. But I need the semantic HTML so this issue targets
getSemanticHTML()
instead ofroot.innerHTML
#8So when changing the update event to ( playground => https://stackblitz.com/edit/vitejs-vite-gej6nb?file=src%2FRichTextField.vue )
the Editor breaks. Have a look at the playground, try to jump into a new line by pressing the enter key. You should see that the cursor jumps to the beginning of the line instead of inserting a new line.
Any chance to fix this?
The text was updated successfully, but these errors were encountered: