From c5fe6748c08b63dcb457db53920e9edbe2b9fa6a Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:40:06 +1000 Subject: [PATCH] Hide list view options popover on select (#5940) --- ui/v2.5/src/components/List/ListViewOptions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/v2.5/src/components/List/ListViewOptions.tsx b/ui/v2.5/src/components/List/ListViewOptions.tsx index e3841a5b1..e83ff9290 100644 --- a/ui/v2.5/src/components/List/ListViewOptions.tsx +++ b/ui/v2.5/src/components/List/ListViewOptions.tsx @@ -145,6 +145,7 @@ export const ListViewOptions: React.FC = ({ key={option} active={displayMode === option} onClick={() => { + setShowOptions(false); onSetDisplayMode(option); }} >