Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Fix PR #655
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Apr 20, 2017
1 parent ac9541a commit 349f9af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/app/OverlayField.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {
} from '../../actions/WindowActions';

class OverlayField extends Component {
constructor(props) {
super(props);
}

handleKeyDown = (e) => {
const {setFetchOnTrue} = this.props;
Expand Down

0 comments on commit 349f9af

Please sign in to comment.