Skip to content

Commit

Permalink
let's pick the bold only
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Jul 17, 2024
1 parent 75fb253 commit a09c70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidebar/search/AddressInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function AddressInput(props: AddressInputProps) {
setText(origText)
} else if (nextIndex >= 0) {
const item = autocompleteItems[nextIndex]
if (item instanceof GeocodingItem) setText(item.toText())
if (item instanceof GeocodingItem) setText(item.mainText)
else setText(origText)
}
}
Expand Down

0 comments on commit a09c70d

Please sign in to comment.