fix: Update tooltip to say copied when you copy a crypto address
All checks were successful
Build Docker / BuildImage (push) Successful in 46s
All checks were successful
Build Docker / BuildImage (push) Successful in 46s
This commit is contained in:
@@ -151,6 +151,10 @@
|
||||
textArea.select();
|
||||
document.execCommand('copy');
|
||||
document.body.removeChild(textArea);
|
||||
const tooltips = document.querySelectorAll('.tooltip-inner');
|
||||
tooltips.forEach(tooltip => {
|
||||
tooltip.innerText = 'Copied!';
|
||||
});
|
||||
}
|
||||
|
||||
const btc = document.getElementById('btc');
|
||||
|
||||
Reference in New Issue
Block a user