Skip to content

Commit

Permalink
add clipboard-write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Nov 23, 2024
1 parent 7646a5c commit 5fd2b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/embeds/react/src/embed-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const createIframe = (iframeUrl: string, token: string): HTMLIFrameElement => {
iframe.style.height = "100%";
iframe.style.border = "none";
iframe.setAttribute("credentialssupport", "");
iframe.setAttribute("allow", "clipboard-write");

return iframe;
};
Expand Down

0 comments on commit 5fd2b83

Please sign in to comment.