From 786b090ed3ecf6025846fd5ae60ec7ef53819f91 Mon Sep 17 00:00:00 2001 From: relativisticelectron <60378539+relativisticelectron@users.noreply.github.com> Date: Sat, 20 Aug 2022 17:40:19 +0200 Subject: [PATCH] Bugfix: Allow mouse selection during address label editing for Firefox (#1825) --- src/cryptoadvance/specter/templates/includes/address-label.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptoadvance/specter/templates/includes/address-label.html b/src/cryptoadvance/specter/templates/includes/address-label.html index f0f0a1040f..fc3a8f6c08 100644 --- a/src/cryptoadvance/specter/templates/includes/address-label.html +++ b/src/cryptoadvance/specter/templates/includes/address-label.html @@ -227,6 +227,7 @@ disableExplorerLink() { this.explorerLink.classList.remove('explorer-link'); + this.explorerLink.removeAttribute('href') this.explorerLink.style['text-decoration'] = 'none'; this.explorerLink.onclick = () => {return false;} }