Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description: In the Vue RichTextEditor component, when presses the backspace key at the beginning of a paragraph inside nested <div> tags, the enclosing <div> tags are unexpectedly removed in Chrome and Edge browsers (but not Firefox). The issue occurs when the cursor is positioned at the beginning of a <p> tag and the backspace key is pressed, causing the <div> wrapper to disappear, resulting in incorrect HTML structure.
Sample: https://ej2.syncfusion.com/vue/demos/#/tailwind3/rich-text-editor/online-html-editor.html
Actual Behavior: