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.
2 parents 1f5c043 + 3975ffe commit e23e3acCopy full SHA for e23e3ac
site/src/routes/repl/_components/Output/Viewer.svelte
@@ -289,7 +289,7 @@
289
</style>
290
291
<div class="iframe-container">
292
- <iframe title="Result" bind:this={refs.child} sandbox="allow-scripts allow-popups allow-forms allow-pointer-lock allow-top-navigation" class="{error || pending || pendingImports ? 'greyed-out' : ''}" srcdoc='
+ <iframe title="Result" bind:this={refs.child} sandbox="allow-scripts allow-popups allow-forms allow-pointer-lock allow-top-navigation allow-modals" class="{error || pending || pendingImports ? 'greyed-out' : ''}" srcdoc='
293
<!doctype html>
294
<html>
295
<head>
0 commit comments