Skip to content
Snippets Groups Projects
Commit 052877bb authored by Olivia206's avatar Olivia206
Browse files

fix js menu

parent 71224bea
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ class MainMenu {
}
closeEverything () {
if (!this.state.isOpened && !this.menusOpened) {
if (!this.state.isOpened && !this.state.hasDropdownOpened) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment