Skip to content

Commit

Permalink
Refactor #1878 - For SlideMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 16, 2021
1 parent 6adc956 commit f106072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/slidemenu/SlideMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ export class SlideMenu extends Component {
}

onExited() {
DomHandler.revertZIndex();

this.setState({ level: 0 });
}

Expand Down

0 comments on commit f106072

Please sign in to comment.