-
-
Notifications
You must be signed in to change notification settings - Fork 965
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `clipboard` JavaScript library was being used to copy code snippets to the user's clipboard when a button is clicked. This patch replaces it with the built-in `navigator.clipboard.writeText` API, which is widely available: https://caniuse.com/mdn-api_clipboard_writetext. This patch should bring no user-facing changes.
- Loading branch information
Showing
11 changed files
with
16 additions
and
1,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.