From 5f8966608d6692580cde6027d3b97dd8a29f270c Mon Sep 17 00:00:00 2001 From: balibabu Date: Wed, 4 Mar 2026 12:48:35 +0800 Subject: [PATCH] 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) --- web/src/components/ui/command.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/ui/command.tsx b/web/src/components/ui/command.tsx index 856600c5a9..2a8996c805 100644 --- a/web/src/components/ui/command.tsx +++ b/web/src/components/ui/command.tsx @@ -74,7 +74,6 @@ const CommandList = React.forwardRef< className, )} onWheel={(e) => e.stopPropagation()} - onMouseEnter={(e) => e.currentTarget.focus()} tabIndex={-1} {...props} />