Skip to content

Commit

Permalink
Revert "Fix doing text selection on money request amount input swipes…
Browse files Browse the repository at this point in the history
… the tab"
  • Loading branch information
pecanoro authored Feb 9, 2024
1 parent e6147ae commit 7e48d8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AmountTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function AmountTextInput(
disableKeyboard
autoGrow
hideFocusedState
shouldInterceptSwipe
inputStyle={[styles.iouAmountTextInput, styles.p0, styles.noLeftBorderRadius, styles.noRightBorderRadius, style]}
textInputContainerStyles={[styles.borderNone, styles.noLeftBorderRadius, styles.noRightBorderRadius]}
onChangeText={onChangeAmount}
Expand Down

0 comments on commit 7e48d8f

Please sign in to comment.