Skip to content

Commit 2ee0f12

Browse files
authored
Merge pull request #221 from PySpur-Dev/fix/iframe
fix: remove sandbox
2 parents b85917e + 7ada066 commit 2ee0f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/modals/RunModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const RunModal: React.FC<RunModalProps> = ({ isOpen, onOpenChange, onRun, onSave
234234
if (extension === 'pdf') {
235235
return (
236236
<div className="w-full">
237-
<iframe sandbox=""
237+
<iframe
238238
src={filePath}
239239
style={{ width: '100%', height: '240px', border: 'none' }}
240240
className="rounded-md"

0 commit comments

Comments
 (0)