Add tracking of delay to streaming API
This commit is contained in:
parent
6cdcac1396
commit
fb6aa7ad5c
3 changed files with 13 additions and 6 deletions
|
@ -123,7 +123,7 @@ const Modal = React.createClass({
|
|||
window.addEventListener('keyup', this._listener);
|
||||
},
|
||||
|
||||
componentDidUnmount () {
|
||||
componentWillUnmount () {
|
||||
window.removeEventListener('keyup', this._listener);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue