We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d39a0 commit 2201111Copy full SHA for 2201111
src/react/LogMonitor.js
@@ -34,7 +34,7 @@ const styles = {
34
35
export default class LogMonitor extends Component {
36
constructor(props) {
37
- super(props)
+ super(props);
38
if (typeof window !== 'undefined') {
39
window.addEventListener('keydown', ::this.handleKeyPress);
40
}
0 commit comments