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 07708bf commit f1da724Copy full SHA for f1da724
src/sidebar/search/AddressInput.tsx
@@ -248,7 +248,7 @@ export default function AddressInput(props: AddressInputProps) {
248
className={styles.btnCurrentLocation}
249
// no onClick because otherwise focus would be lost before button receives click
250
onMouseDown={(e) => {
251
- // here it is desired to close mobile-input view when clicked
+ // here it is desired to close mobile-input view when clicked -> no "e.preventDefault()"
252
onCurrentLocationSelected(props.onAddressSelected)
253
}}
254
>
0 commit comments