diff --git a/src/components/shortcuts.jsx b/src/components/shortcuts.jsx index 6e14e661..b7cf35ed 100644 --- a/src/components/shortcuts.jsx +++ b/src/components/shortcuts.jsx @@ -54,6 +54,7 @@ function Shortcuts() { const { path } = formattedShortcuts[index]; if (path) { navigate(path); + menuRef.current?.closeMenu?.(); } } });