Skip to content

Commit

Permalink
Let the raspberry pi handle mouse timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian006 committed Jan 18, 2018
1 parent b26c721 commit 1af4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class App extends Component {
};

return (
<div style={{ position: 'relative', width: '100vw', height: '100vh', cursor: this.state.cursorVisible ? 'default' : 'none' }} onMouseMove={this.mouseMove}>
<div style={{ position: 'relative', width: '100vw', height: '100vh' }} onMouseMove={this.mouseMove}>
{this.props.children}
<div style={configStyle}>
<i className="fa fa-cog" />
Expand Down

0 comments on commit 1af4183

Please sign in to comment.