1
0
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:
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', width: '247px',
}, },
value: Qr.data, value: Qr.data,
readonly: 'readonly', readonly: true,
}), }),
// h(CopyButton, { // h(CopyButton, {
// value: Qr.data, // value: Qr.data,