forked from Public/monero-gui
History: fix tx key 'click to reveal' handling
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user