hashicorp/terraform-website

`How to use this provider` popup should not automatically select all upon mouseup

kriswuollett opened this issue · 1 comments

For usability I'd recommend adding a copy button instead of overriding the user's text selection. Copying the whole block of configuration code is only useful if it was the initial provider added to a Terraform config. Otherwise, the only useful part are the three lines like:

random = {
      source = "hashicorp/random"
      version = "3.1.0"
    }

Currently the workaround is pressing the OS-level copy text keystroke before releasing the mouse button during the text selection operation.

Hi @kriswuollett! This is the same situation as #2004. I'm going to close the issue, but I'll be sure to share any updates I have here.