Skip to content

Commit

Permalink
fix double close
Browse files Browse the repository at this point in the history
  • Loading branch information
lipp committed Mar 28, 2017
1 parent 476d722 commit 7314ca2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ class Navigation extends React.Component {
onClick = (item, subItem, event) => {
this.props.onChange(item, subItem)
this.close()
this.setState({
visible: false
})
}

/**
Expand Down

0 comments on commit 7314ca2

Please sign in to comment.