kevinfaveri/vue-twemoji-picker

Focus Bug on Textarea

kevinfaveri opened this issue · 1 comments

Textarea auto focusing onMount, which is most of the time undesirable.
Solution for this is stopping using 'execCommand' for inserting data.

Fixed in version 5.4.1