mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 08:32:05 +01:00
Merge pull request #2073 from halfnelson/repl-alert
Allow repl to use alert
This commit is contained in:
commit
e23e3ac70b
@ -289,7 +289,7 @@
|
||||
</style>
|
||||
|
||||
<div class="iframe-container">
|
||||
<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='
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
Loading…
Reference in New Issue
Block a user