mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-24 17:36:47 +08:00
fix(web): prevent multi-select popover from closing on first selection (#17310)
This commit is contained in:
@@ -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}
|
||||
>
|
||||
<Command className="p-5 pb-8" shouldFilter={shouldFilter}>
|
||||
|
||||
Reference in New Issue
Block a user