missing event listener remove
parent
5c7bef3107
commit
5f367f7c75
|
@ -66,6 +66,7 @@ module.exports = {
|
|||
componentWillUnmount: function() {
|
||||
dis.unregister(this.dispatcherRef);
|
||||
document.removeEventListener("keydown", this.onKeyDown);
|
||||
window.removeEventListener("focus", this.onFocus);
|
||||
},
|
||||
|
||||
componentDidUpdate: function() {
|
||||
|
|
Loading…
Reference in New Issue