From e5d4cc55b21562791e5260d72e7915dd19d99e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Mon, 3 Oct 2016 11:18:10 -0300 Subject: [PATCH] Removed autohide navbar --- src/containers/App.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/containers/App.js b/src/containers/App.js index 3a3aadf6..377230f6 100644 --- a/src/containers/App.js +++ b/src/containers/App.js @@ -25,15 +25,6 @@ class App extends React.Component { componentDidMount() { this.props.dispatch(loadConfig()); - window.addEventListener('resize', this.closeDrawer); - } - - componentWillUnmount() { - window.removeEventListener('resize', this.closeDrawer); - } - - closeDrawer = () => { - this.setState({ navDrawerIsVisible: false }); } configError(config) { @@ -146,7 +137,7 @@ class App extends React.Component {