Add tracking of delay to streaming API
This commit is contained in:
@ -123,7 +123,7 @@ const Modal = React.createClass({
|
||||
window.addEventListener('keyup', this._listener);
|
||||
},
|
||||
|
||||
componentDidUnmount () {
|
||||
componentWillUnmount () {
|
||||
window.removeEventListener('keyup', this._listener);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user