mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 20:40:27 +00:00
Merge pull request #2360
29580de
History: fix tx key 'click to reveal' handling (xiphon)
This commit is contained in:
commit
346e942e93
1 changed files with 2 additions and 2 deletions
|
@ -1583,9 +1583,9 @@ Rectangle {
|
|||
elem.parent.text = txKey ? txKey : '-';
|
||||
elem.parent.state = 'ready';
|
||||
});
|
||||
} else {
|
||||
toClipboard(elem.parent.text);
|
||||
}
|
||||
|
||||
toClipboard(elem.parent.text);
|
||||
}
|
||||
|
||||
function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){
|
||||
|
|
Loading…
Reference in a new issue