History: fix tx key 'click to reveal' handling

This commit is contained in:
xiphon 2019-08-26 04:05:35 +00:00
parent 562c46660a
commit 29580de2c7

View file

@ -1583,10 +1583,10 @@ 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){
var tx_note = currentWallet.getUserNote(hash) var tx_note = currentWallet.getUserNote(hash)