Dartpad has added a new button to copy the code snippet from the dartpad. When I try to copy it by clicking on the button, it shows a permission error in the dartpad console (See the image attached below).
How to reproduce
Error images
- Copying text using the button shows an error in console.
Fix
- This can simply be fixed by adding
allow attribute to the iframe embed with the permission clipboard-write.
- I am working on raising a PR with the fix.
Dartpad has added a new button to copy the code snippet from the dartpad. When I try to copy it by clicking on the button, it shows a permission error in the dartpad console (See the image attached below).
How to reproduce
Error images
Fix
allowattribute to theiframeembed with the permissionclipboard-write.