v1.2.1 - ContentEditable focus fix
If the contentEditable element does not have focus it was adding the text to the active element. .focus()
added to prevent that, now it's giving the focus to the contentEditable element first and then adds the intended text.
Thanks for reporting @wayheming