Skip to content

Commit

Permalink
Append allow="clipboard-write" to wizard embed iframe (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi authored Feb 3, 2025
1 parent 12c5216 commit f17b18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ onDOMContentLoaded(function () {
iframe.style.border = '0';
iframe.style.width = '100%';
iframe.style.height = 'calc(100vh - 100px)';
iframe.allow = 'clipboard-write';

w.appendChild(iframe);

Expand Down

0 comments on commit f17b18f

Please sign in to comment.