mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
fix(clipboard): try to fix clipboard issue
This commit is contained in:
parent
8850ad9e5b
commit
6c64cceda8
@ -33,6 +33,7 @@ export function IFrame(props: IFrameProps & IframeHTMLAttributes<HTMLIFrameEleme
|
||||
id={id}
|
||||
title={title}
|
||||
src={src}
|
||||
allow="clipboard-write;"
|
||||
allowFullScreen={allowFullScreen}
|
||||
ref={iFrameRef}
|
||||
{...rest}
|
||||
|
Loading…
x
Reference in New Issue
Block a user