mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
History: fix tx key 'click to reveal' handling
This commit is contained in:
parent
562c46660a
commit
29580de2c7
1 changed files with 2 additions and 2 deletions
|
@ -1583,10 +1583,10 @@ Rectangle {
|
|||
elem.parent.text = txKey ? txKey : '-';
|
||||
elem.parent.state = 'ready';
|
||||
});
|
||||
}
|
||||
|
||||
} else {
|
||||
toClipboard(elem.parent.text);
|
||||
}
|
||||
}
|
||||
|
||||
function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){
|
||||
var tx_note = currentWallet.getUserNote(hash)
|
||||
|
|
Loading…
Reference in a new issue