We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b4e1c6 + 6ea1a12 commit 749f17fCopy full SHA for 749f17f
src/components/UserCurrentLocationButton.js
@@ -88,6 +88,8 @@ function UserCurrentLocationButton({onLocationFetched, onLocationError, onClick,
88
onPress={getUserLocation}
89
accessibilityLabel={translate('location.useCurrent')}
90
disabled={isDisabled}
91
+ onMouseDown={(e) => e.preventDefault()}
92
+ onTouchStart={(e) => e.preventDefault()}
93
>
94
<Icon
95
src={Expensicons.Location}
0 commit comments