We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd1b79 commit 8d533d7Copy full SHA for 8d533d7
1 file changed
js/src/FileManager.tsx
@@ -1212,11 +1212,11 @@ export const FileManager = ({ onClose }: FileManagerProps) => {
1212
{previewFile.type === 'html' && previewFile.content && (
1213
<div className="html-preview-stage">
1214
<div className="html-preview-wrapper">
1215
- <iframe
1216
- srcDoc={previewFile.content}
1217
- className="html-preview"
1218
- sandbox="allow-scripts allow-same-origin allow-forms allow-popups allow-modals"
1219
- />
+ <iframe
+ srcDoc={previewFile.content}
+ className="html-preview"
+ sandbox="allow-scripts allow-forms allow-popups allow-modals"
+ />
1220
</div>
1221
1222
)}
0 commit comments