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} />