pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.87k stars 284 forks source link

Do not scroll item into view from pointer events #3

Closed pacocoursey closed 2 years ago

pacocoursey commented 2 years ago

It's jarring from a mouse event to have the list scroll "underneath" you. We should only automatically scroll the selected item into view when the selected item is changed via keyboard.