wysiwyg-editor icon indicating copy to clipboard operation
wysiwyg-editor copied to clipboard

How to avoid new typing goes inside custom `span`

Open hoangqwe159 opened this issue 1 year ago • 0 comments

Question: Given i have a text with custom span wrapper: <div>Hello <span class="custom">this is my custom text</span> and this is not</div>. When I place the cursor at position just after the span Hello this is my custom text| and this is not and typing, newly added characters are going inside the span. However, I want them to go outside the span. How can I achieve the behaviour?

Thanks team!

hoangqwe159 avatar Jan 03 '24 00:01 hoangqwe159