We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451d8d9 commit df41d81Copy full SHA for df41d81
src/deck.jsx
@@ -28,7 +28,7 @@ class Deck extends React.Component {
28
this._attachEvents();
29
}
30
componentWillUnmount() {
31
- this._detchEvents();
+ this._detachEvents();
32
33
_attachEvents() {
34
window.addEventListener('keydown', this._handleKeyPress);
0 commit comments