Skip to content

Commit 5a580ca

Browse files
committed
add userSelect none to block unwanted text selection on long press
1 parent ad134d7 commit 5a580ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MoneyRequestReportView/MoneyRequestReportTransactionItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function MoneyRequestReportTransactionItem({
100100
}}
101101
disabled={isTransactionPendingDelete(transaction)}
102102
ref={viewRef}
103-
wrapperStyle={[animatedHighlightStyle]}
103+
wrapperStyle={[animatedHighlightStyle, styles.userSelectNone]}
104104
>
105105
<TransactionItemRow
106106
transactionItem={transaction}

0 commit comments

Comments
 (0)