Skip to content

Commit e23e3ac

Browse files
authored
Merge pull request #2073 from halfnelson/repl-alert
Allow repl to use alert
2 parents 1f5c043 + 3975ffe commit e23e3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/repl/_components/Output/Viewer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
</style>
290290

291291
<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='
292+
<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='
293293
<!doctype html>
294294
<html>
295295
<head>

0 commit comments

Comments
 (0)