Skip to content

Commit

Permalink
Revert "UserCurrentLocationButton onPress fix"
Browse files Browse the repository at this point in the history
This reverts commit 9f89031.

Reverting
  • Loading branch information
graylewis committed Oct 11, 2023
1 parent 9f89031 commit 3db6d61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/UserCurrentLocationButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ function UserCurrentLocationButton({onLocationFetched, onLocationError, onClick,
onPress={getUserLocation}
accessibilityLabel={translate('location.useCurrent')}
disabled={isDisabled}
onMouseDown={e => e.preventDefault()}
onTouchStart={e => e.preventDefault()}
>
<Icon
src={Expensicons.Location}
Expand Down

0 comments on commit 3db6d61

Please sign in to comment.