yuku / textcomplete

Autocomplete for HTMLTextAreaElement and more.
https://yuku.takahashi.coffee/textcomplete/
MIT License
1.74k stars 305 forks source link

Add fix for contenteditable in safari #354

Closed damwhit closed 2 years ago

damwhit commented 2 years ago

Fixes #343

Hello! Thanks for putting together this great library! Here is a small PR to fix the contenteditable bug in safari.

Behavior before (when I took out the safari guard clause)

Behavior with fix

damwhit commented 2 years ago

@yuku I couldn't add you as a reviewer so thought I'd ping you here. Thanks!

yuku commented 2 years ago

v0.1.12 was released

damwhit commented 2 years ago

Thanks for the quick merge and release!