mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 02:53:53 +03:00
Fix lint
This commit is contained in:
parent
d1d39a0890
commit
22011114f5
|
@ -34,7 +34,7 @@ const styles = {
|
|||
|
||||
export default class LogMonitor extends Component {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
super(props);
|
||||
if (typeof window !== 'undefined') {
|
||||
window.addEventListener('keydown', ::this.handleKeyPress);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user