Skip to content

Commit

Permalink
Bugfix: Allow mouse selection during address label editing for Firefox (
Browse files Browse the repository at this point in the history
  • Loading branch information
relativisticelectron authored Aug 20, 2022
1 parent 802fe90 commit 786b090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
}
Expand Down

0 comments on commit 786b090

Please sign in to comment.