Skip to content

Commit

Permalink
feat: clipboard permission in plugin iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Jun 21, 2024
1 parent 2e7dd95 commit 4c528be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/plugin/src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export const Plugin = ({
height: '100%',
border: 'none',
}}
allow="clipboard-write"
></iframe>
</div>
)
Expand Down

0 comments on commit 4c528be

Please sign in to comment.