Skip to content

v1.2.1 - ContentEditable focus fix

Compare
Choose a tag to compare
@emreerkan emreerkan released this 19 Jun 08:40
· 4 commits to master since this release

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