yuku / textcomplete

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

Remove mouseover listener #323

Closed aki77 closed 4 years ago

aki77 commented 4 years ago

When you make the dropdown scrollable, it behaves weirdly.

https://codesandbox.io/s/optimistic-black-ccc2n?file=/src/styles.css:191-233

With the following style definitions, the mouseover listener seems unnecessary.

.textcomplete-item:hover,
.textcomplete-item.active {
  background-color: rgb(110, 183, 219);
}
yuku commented 4 years ago

Looks good to me. Thanks!

aki77 commented 4 years ago

Thanks!