Temporarily disable line to fix sub menu not opening
This commit is contained in:
parent
2b2f6c28a9
commit
e0c2570875
|
@ -135,7 +135,7 @@ function NavMenu(props) {
|
||||||
if (Date.now() - buttonClickTS.current < 300) {
|
if (Date.now() - buttonClickTS.current < 300) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setMenuState(undefined);
|
// setMenuState(undefined);
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
portal={{
|
portal={{
|
||||||
|
|
Loading…
Reference in a new issue