-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
US158420 - Add option to allow usage of clipboard in iframes #163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
Can you add this to the README? |
I got a notification that you pushed a change to the README... but I'm not seeing it here in the review. Is GH bugging out? |
Anyone know if this is safe to merge? Or do I need to wait for Github to stop bugging out? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just manually checked the README change and it LGTM... yolo and hope it all merges?
Couldn't merge so pushed an empty commit and that seemed to kick it into gear. 🤷♂️ |
🎉 This PR is included in version 0.41.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Enabling
clipboard-write
permission to allow us to use the clipboard API in folio-apphttps://web.dev/articles/async-clipboard#permissions_policy_integration
Relevant LMS PR:
https://github.com/Brightspace/lms/pull/41825