diff --git a/frontend/src/HomePage/AppMenu.jsx b/frontend/src/HomePage/AppMenu.jsx index 4e88978be3..93ea2062b5 100644 --- a/frontend/src/HomePage/AppMenu.jsx +++ b/frontend/src/HomePage/AppMenu.jsx @@ -13,6 +13,8 @@ export const AppMenu = function AppMenu({ openAppActionModal, darkMode, currentFolder, + popoverVisible, + setMenuOpen, }) { const { t } = useTranslation(); const Field = ({ text, onClick, customClass }) => { @@ -38,9 +40,11 @@ export const AppMenu = function AppMenu({ return ( setMenuOpen(false)} + show={popoverVisible} overlay={