mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +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,9 +1583,9 @@ Rectangle {
|
||||||
elem.parent.text = txKey ? txKey : '-';
|
elem.parent.text = txKey ? txKey : '-';
|
||||||
elem.parent.state = 'ready';
|
elem.parent.state = 'ready';
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
toClipboard(elem.parent.text);
|
||||||
}
|
}
|
||||||
|
|
||||||
toClipboard(elem.parent.text);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){
|
function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){
|
||||||
|
|
Loading…
Reference in a new issue