mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Temporarily disable line to fix sub menu not opening
This commit is contained in:
parent
2b2f6c28a9
commit
e0c2570875
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ function NavMenu(props) {
|
|||
if (Date.now() - buttonClickTS.current < 300) {
|
||||
return;
|
||||
}
|
||||
setMenuState(undefined);
|
||||
// setMenuState(undefined);
|
||||
},
|
||||
}}
|
||||
portal={{
|
||||
|
|
Loading…
Reference in a new issue