Skip to content

Commit

Permalink
Merge pull request #36282 from Expensify/revert-35875-fix/35436-amoun…
Browse files Browse the repository at this point in the history
…t-input-selection-swipe

Revert "Fix doing text selection on money request amount input swipes the tab"
  • Loading branch information
deetergp authored Feb 9, 2024
2 parents 9f36805 + 7e48d8f commit 0586f55
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 0586f55

Please sign in to comment.