Fix: The dropdown menu for large models does not automatically focus on the search box. #13313 (#13360)

### What problem does this PR solve?

Fix: The dropdown menu for large models does not automatically focus on
the search box. #13313

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2026-03-04 12:48:35 +08:00
committed by GitHub
parent 93d621a666
commit 5f8966608d

View File

@ -74,7 +74,6 @@ const CommandList = React.forwardRef<
className,
)}
onWheel={(e) => e.stopPropagation()}
onMouseEnter={(e) => e.currentTarget.focus()}
tabIndex={-1}
{...props}
/>