You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 onClick (https://pyre.helius.xyz/_next/static/chunks/pages/index-78298e5fb06d9dce.js:1:16122)
at Object.eU (https://pyre.helius.xyz/_next/static/chunks/framework-2c79e2a64abdb08b.js:9:14912)
The error in browser console is:
This is not an issue with Pyre; I opened Pyre using the xNFT, but the outer iframe did not have the allow="clipboard-read; clipboard-write" attribute set, so the Pyre copy function cannot be used within the xNFT iframe.
Reference: https://stackoverflow.com/questions/61401384/can-text-within-an-iframe-be-copied-to-clipboard
Enable clipboard writes for xnfts by ph101pp · Pull Request #2601 · coral-xyz/backpack don't know why this pull request didn't take effect.
The text was updated successfully, but these errors were encountered: