zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

ignore meta key events in keyDown handler #230

Closed zschreur closed 3 years ago

zschreur commented 3 years ago

On macOS the meta key is often used for commands. Thus if doing an action such as undo the slider will not update until the cmd key is released.