cloudflare / react-modal2

:thought_balloon: Simple modal component for React.
BSD 3-Clause "New" or "Revised" License
279 stars 16 forks source link

Remove unnecessary `bind` on `keydown` handler #10

Closed ntharim closed 8 years ago

ntharim commented 8 years ago

bind creates a new function so the keydown handler is not actually removed on componentWillUnmount. And since handleDocumentKeydown is an arrow function bind is not actually necessary.

jamiebuilds commented 8 years ago

Oh wow, thank you

jamiebuilds commented 8 years ago

Published as v3.0.2