From 6342268945cfb14eb7081c7d3127463374a54ab7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 1 Mar 2023 15:44:58 +0800 Subject: [PATCH] Fix menu not appearing due to portal-ing to different container --- src/components/status.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 07a177da..e0216f82 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -562,10 +562,13 @@ function Status({ { menuInstanceRef.current?.closeMenu?.(); },