Skip to content
Snippets Groups Projects
Commit 68b23e45 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] do NOT add copy-on-click attribute here - fix #470

parent d326447e
No related branches found
No related tags found
No related merge requests found
...@@ -343,7 +343,8 @@ ...@@ -343,7 +343,8 @@
<ion-item class="item item-text-wrap item-border"> <ion-item class="item item-text-wrap item-border">
<span class="input-label" translate>COMMON.PUBKEY</span> <span class="input-label" translate>COMMON.PUBKEY</span>
<span class="gray text-no-wrap" copy-on-click="{{formData.pubkey}}"> <!-- do NOT add copy-on-click attribute here - see issue #470-->
<span class="gray text-no-wrap">
{{formData.pubkey}} {{formData.pubkey}}
</span> </span>
</ion-item> </ion-item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment