How i can set cursor position after <b>some test</b>
Example code:
<div contenteditable="true"><p><b>some test</b></p></div>
I'm using setStartAfter & setEndAfter, but not working
How i can set cursor position after <b>some test</b>
Example code:
<div contenteditable="true"><p><b>some test</b></p></div>
I'm using setStartAfter & setEndAfter, but not working