diff --git a/packages/ui/src/components/views/git/BranchIntegrationSection.tsx b/packages/ui/src/components/views/git/BranchIntegrationSection.tsx index 0ab0ede2..93ee0847 100644 --- a/packages/ui/src/components/views/git/BranchIntegrationSection.tsx +++ b/packages/ui/src/components/views/git/BranchIntegrationSection.tsx @@ -153,12 +153,6 @@ export const BranchIntegrationSection: React.FC = React.useEffect(() => { if (!branchDropdownOpen) { setBranchSearch(''); - } else { - // Focus the search input when dropdown opens - const timer = setTimeout(() => { - searchInputRef.current?.focus(); - }, 0); - return () => clearTimeout(timer); } }, [branchDropdownOpen]); @@ -288,7 +282,7 @@ export const BranchIntegrationSection: React.FC =

{operation === 'merge' ? `Branch to merge into ${targetBranchLabel}` : 'Branch to rebase onto'}

- +