mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +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',
|
||||
},
|
||||
value: Qr.data,
|
||||
readonly: 'readonly',
|
||||
readonly: true,
|
||||
}),
|
||||
// h(CopyButton, {
|
||||
// value: Qr.data,
|
||||
|
Loading…
Reference in New Issue
Block a user