mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Modify readonly value in for input in qr-code.
This commit is contained in:
parent
c4eb2fb3ea
commit
a0ca3fab77
@ -52,7 +52,7 @@ QrCodeView.prototype.render = function () {
|
|||||||
width: '247px',
|
width: '247px',
|
||||||
},
|
},
|
||||||
value: Qr.data,
|
value: Qr.data,
|
||||||
readonly: 'readonly',
|
readonly: true,
|
||||||
}),
|
}),
|
||||||
// h(CopyButton, {
|
// h(CopyButton, {
|
||||||
// value: Qr.data,
|
// value: Qr.data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user