Skip to content

Commit beec567

Browse files
committed
fix(code): auto-highlight first branch result in selector
Closes #1807 Generated-By: PostHog Code Task-Id: 3b3605a0-97b9-499f-9415-f66b6301ae9b
1 parent 783f8af commit beec567

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/code/src/renderer/features/git-interaction/components/BranchSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export function BranchSelector({
158158
<Combobox
159159
items={branches}
160160
limit={COMBOBOX_LIMIT}
161+
autoHighlight
161162
value={displayedBranch}
162163
inputValue={inputValue}
163164
onInputValueChange={

0 commit comments

Comments
 (0)