contracts-wizard
contracts-wizard copied to clipboard
Copy to Clipboard not working from docs site
The Copy to Clipboard button does not work from the embedded version in https://docs.openzeppelin.com/contracts/5.x/wizard , but works on https://wizard.openzeppelin.com/
The following error occurs in Chrome:
Uncaught (in promise) DOMException: Failed to execute 'writeText' on 'Clipboard': The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://goo.gl/EuHzyv for more details.
at Blob.type (https://wizard.openzeppelin.com/build/main.js:1:322949)
The button works on other browsers though.