Hi,
I am using the inline editor.
When i remove all the text from an editable div, how do you click that div so you can edit it again?
<div class="text" contenteditable="true"> <p> If i was to delete all this text, how do i edit this div again? </p> </div>
Thanks
I figured this out. I added
I figured this out. I added some padding to the contenteditable divs