diff --git a/packages/web/components/templates/NavigationLayout.tsx b/packages/web/components/templates/NavigationLayout.tsx index c6364fe19..e8e97630d 100644 --- a/packages/web/components/templates/NavigationLayout.tsx +++ b/packages/web/components/templates/NavigationLayout.tsx @@ -143,6 +143,26 @@ export function NavigationLayout(props: NavigationLayoutProps): JSX.Element { }, }} > + { + props.setShowNavigationMenu(false) + event.stopPropagation() + }} + > )} {props.children}