yuku / textcomplete

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

Use click event #350

Closed aki77 closed 2 years ago

aki77 commented 2 years ago

If a Dropdown element is scrollable, an attempt to scroll it from a touch devise will trigger the touchstart event. I don't think it would be a problem to change it to a click event, but what do you think?

yuku commented 2 years ago

I forget why I chose touchstart and mousedown instead of click here though it sounds good to me.

aki77 commented 2 years ago

Thanks!