From 1ae135f21a88f394c1b603e782ec7d08acb1a919 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 28 Feb 2023 16:27:40 +0800 Subject: [PATCH] Temporarily disable fix --- src/components/status.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index b8f583d5..600eac2d 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -565,11 +565,11 @@ function Status({ target: document.querySelector('.status-deck') || document.body, }} - containerProps={{ - onClick: () => { - menuInstanceRef.current?.closeMenu?.(); - }, - }} + // containerProps={{ + // onClick: () => { + // menuInstanceRef.current?.closeMenu?.(); + // }, + // }} align="end" offsetY={4} overflow="auto"