Hide menu when clicking nav
This commit is contained in:
parent
94d1581a7a
commit
fe9e563da7
@ -853,6 +853,7 @@ const App = () => {
|
|||||||
|
|
||||||
const handleTabChange = (event: React.SyntheticEvent, newValue: number) => {
|
const handleTabChange = (event: React.SyntheticEvent, newValue: number) => {
|
||||||
setTab(newValue);
|
setTab(newValue);
|
||||||
|
handleMenuClose();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user