mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-13 01:20:59 +00:00
address and sig as readonly to enable text selection
This commit is contained in:
parent
5605f96770
commit
1b5c547b72
@ -87,7 +87,7 @@ class SignVerify extends Component <Props> {
|
|||||||
type="text"
|
type="text"
|
||||||
isSmallText
|
isSmallText
|
||||||
autoSelect
|
autoSelect
|
||||||
isDisabled
|
readOnly
|
||||||
/>
|
/>
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
@ -110,7 +110,7 @@ class SignVerify extends Component <Props> {
|
|||||||
autoSelect
|
autoSelect
|
||||||
maxRows={4}
|
maxRows={4}
|
||||||
maxLength="255"
|
maxLength="255"
|
||||||
isDisabled
|
readOnly
|
||||||
/>
|
/>
|
||||||
</Row>
|
</Row>
|
||||||
<RowButtons>
|
<RowButtons>
|
||||||
|
Loading…
Reference in New Issue
Block a user