Skip to content

Commit 89102b2

Browse files
authored
chore(SHAPE-9838): add copy and paste iframe permissions (#458)
1 parent 15cce5a commit 89102b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sandbox/src/components/FieldTypePreview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const FieldPluginIframe = forwardRef<
114114
flex: 1,
115115
border: 'none',
116116
}}
117+
allow="clipboard-read; clipboard-write"
117118
/>
118119
)
119120
})

0 commit comments

Comments
 (0)