Move the cursor to the END of your ContentEditable
I needed to automatically focus a contenteditable div after the user had been granted permission to make edits - that part was pretty easy, however the cursor ends up at the start of the text in the div. Unacceptable!
I did some googling and the most...
panda-code.hashnode.dev1 min read