Skip to content

Commit

Permalink
fixed #435
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 4, 2018
1 parent 135bc17 commit 0515271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export class Sidebar extends Component {
}

componentWillUnmount() {
this.disableModality();
this.unbindMaskClickListener();
this.disableModality();
}

componentDidUpdate(prevProps, prevState, snapshot) {
Expand Down

0 comments on commit 0515271

Please sign in to comment.