aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/qr-code.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/app/components/qr-code.js b/ui/app/components/qr-code.js
index 8d6b43b6c..8e4d01c00 100644
--- a/ui/app/components/qr-code.js
+++ b/ui/app/components/qr-code.js
@@ -47,11 +47,13 @@ QrCodeView.prototype.render = function () {
},
}),
h('.div.ellip-address-wrapper', [
- h('span.qr-ellip-address', {
+ h('input.qr-ellip-address', {
style: {
width: '247px',
},
- }, Qr.data),
+ value: Qr.data,
+ readonly: 'readonly',
+ }),
// h(CopyButton, {
// value: Qr.data,
// }),