pacocoursey / cmdk

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

Ignore Safari pointer events on keyboard navigation #51

Open pacocoursey opened 1 year ago

pacocoursey commented 1 year ago

Safari will fire pointer events when navigating via the keyboard, annoyingly causing the active index to jump back up to where the cursor is resting. Instead, these should be ignored when caused via keyboard navigation.

Could be solved by #49