Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e1967b

Browse files
feat: allow clipboard read and write on app iframes (#18221)
Reference:https://web.dev/articles/async-clipboard#permissions_policy_integrationThis might solve#18160
1 parent00fb610 commit9e1967b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎site/src/pages/TaskPage/TaskAppIframe.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const TaskAppIFrame: FC<TaskAppIFrameProps> = ({
3535
title={link.label}
3636
loading="eager"
3737
className={cn([active ?"block" :"hidden","w-full h-full border-0"])}
38+
allow="clipboard-read; clipboard-write"
3839
/>
3940
);
4041
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp