Skip to content

Commit 2698ba9

Browse files
committed
Revert "fixes #398"
This reverts commit 2e39f0d.
1 parent 2e39f0d commit 2698ba9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/sidebar/search/AddressInput.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,7 @@ export default function AddressInput(props: AddressInputProps) {
209209
setHasFocus(true)
210210
props.clearDragDrop()
211211
}}
212-
onBlur={() => {
213-
// see #398
214-
if (!isSmallScreen) hideSuggestions()
215-
}}
212+
onBlur={() => {}}
216213
value={text}
217214
placeholder={tr(
218215
type == QueryPointType.From ? 'from_hint' : type == QueryPointType.To ? 'to_hint' : 'via_hint'

0 commit comments

Comments
 (0)