missing event listener remove
This commit is contained in:
@@ -66,6 +66,7 @@ module.exports = {
|
||||
componentWillUnmount: function() {
|
||||
dis.unregister(this.dispatcherRef);
|
||||
document.removeEventListener("keydown", this.onKeyDown);
|
||||
window.removeEventListener("focus", this.onFocus);
|
||||
},
|
||||
|
||||
componentDidUpdate: function() {
|
||||
|
||||
Reference in New Issue
Block a user