From 3dc298dbf54643549a96f18c2e6c2346ee290da2 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Fri, 24 Jul 2026 09:29:40 +0800 Subject: [PATCH] fix(web): prevent multi-select popover from closing on first selection (#17310) --- web/src/components/ui/multi-select.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/ui/multi-select.tsx b/web/src/components/ui/multi-select.tsx index d2a191b3e8..8e80750d49 100644 --- a/web/src/components/ui/multi-select.tsx +++ b/web/src/components/ui/multi-select.tsx @@ -442,6 +442,7 @@ export const MultiSelect = React.forwardRef< className="w-auto p-0" align="start" onEscapeKeyDown={() => setIsPopoverOpen(false)} + onFocusOutside={(event) => event.preventDefault()} data-testid={popoverTestId} >