Skip to content
Snippets Groups Projects
Commit 2fea74ab authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Remove unused state variable for shift key

parent 50f16817
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class GreenFlag extends React.Component {
'onProjectRunStart',
'onProjectRunStop'
]);
this.state = {projectRunning: false, shiftKeyDown: false};
this.state = {projectRunning: false};
}
componentDidMount () {
this.props.vm.addListener('PROJECT_RUN_START', this.onProjectRunStart);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment