1
0
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:
Dan 2017-09-07 14:15:21 -02:30 committed by Chi Kei Chan
parent c4eb2fb3ea
commit a0ca3fab77

View File

@ -52,7 +52,7 @@ QrCodeView.prototype.render = function () {
width: '247px',
},
value: Qr.data,
readonly: 'readonly',
readonly: true,
}),
// h(CopyButton, {
// value: Qr.data,