diff --git a/src/components/status.jsx b/src/components/status.jsx index 2524b0c0..722d2d8b 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -902,8 +902,9 @@ function Status({ // Higher than the backdrop zIndex: 1001, }, - onClick: () => { - menuInstanceRef.current?.closeMenu?.(); + onClick: (e) => { + if (e.target === e.currentTarget) + menuInstanceRef.current?.closeMenu?.(); }, }} align="end"