mnogueron / react-easy-panzoom

Wrapper to enable pan and zoom features for any React component
MIT License
79 stars 17 forks source link

Bugfix: onKeyDown() called instead of onKeyUp() #61

Open urish opened 3 years ago

urish commented 3 years ago

onKeyDown() is called both on key down and key up events, and onKeyUp() is never called...