We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fd796 commit 8d62510Copy full SHA for 8d62510
src/components/common/SidePanel/SidePanelDocumentation.tsx
@@ -51,13 +51,14 @@ export const SidePanelDocumentation = ({ onClose }: SidePanelDocumentationProps)
51
<div className="flex-grow-1">
52
{docLink && (
53
<iframe
54
+ key={appTheme}
55
title="side-panel-documentation"
56
loading="lazy"
57
className="dc__no-border"
58
src={`${docLink}&theme=${appTheme}`}
59
width="100%"
60
height="100%"
- sandbox="allow-same-origin allow-scripts"
61
+ sandbox="allow-same-origin allow-scripts clipboard-read"
62
referrerPolicy="no-referrer"
63
/>
64
)}
0 commit comments