diff --git a/apps/client/src/features/base/components/cells/cell-status.tsx b/apps/client/src/features/base/components/cells/cell-status.tsx index 761ff746..5f2aee43 100644 --- a/apps/client/src/features/base/components/cells/cell-status.tsx +++ b/apps/client/src/features/base/components/cells/cell-status.tsx @@ -165,6 +165,7 @@ export function CellStatus({ )} onMouseEnter={() => setActiveIndex(idx)} onMouseDown={(e) => { + // Keep focus on the search input so click doesn't blur + close popover. e.preventDefault(); }} onClick={() => handleSelect(choice)}