From c1b41d825156ddbc6e25e677a8f2a4237f9c8c21 Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:05:00 +0100 Subject: [PATCH] Wrong focus ring on Help Dropdown (#5049) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gitstart Co-authored-by: Nitesh Singh Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> Co-authored-by: MuriloAmarals Co-authored-by: Thiago Nascimbeni Co-authored-by: gitstart Co-authored-by: Rafael Co-authored-by: Grace Nshokano Co-authored-by: Matheus Muniz Co-authored-by: JĂșlio Piubello da Silva Cabral Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: C000Ldude Co-authored-by: Klinger Matheus <50892465+KlingerMatheus@users.noreply.github.com> Co-authored-by: Eman Co-authored-by: Alan --- packages/ui/v2/core/Shell.tsx | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/packages/ui/v2/core/Shell.tsx b/packages/ui/v2/core/Shell.tsx index e2a0c73683..c988cde284 100644 --- a/packages/ui/v2/core/Shell.tsx +++ b/packages/ui/v2/core/Shell.tsx @@ -233,7 +233,7 @@ function UserDropdown({ small }: { small?: boolean }) { return null; } return ( - setHelpOpen(false)}> + setMenuOpen(true)}> - + {t("help")} + +