We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4392fc commit 2e39f0dCopy full SHA for 2e39f0d
src/sidebar/search/AddressInput.tsx
@@ -209,7 +209,10 @@ export default function AddressInput(props: AddressInputProps) {
209
setHasFocus(true)
210
props.clearDragDrop()
211
}}
212
- onBlur={() => {}}
+ onBlur={() => {
213
+ // see #398
214
+ if (!isSmallScreen) hideSuggestions()
215
+ }}
216
value={text}
217
placeholder={tr(
218
type == QueryPointType.From ? 'from_hint' : type == QueryPointType.To ? 'to_hint' : 'via_hint'
0 commit comments