Skip to content

Commit 003c837

Browse files
committed
fix #128
1 parent b514f23 commit 003c837

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/tutorial/[slug]/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@
413413
/>
414414
415415
<div class="content">
416-
<iframe bind:this={iframe} title="Output" />
416+
{#if browser}
417+
<iframe bind:this={iframe} title="Output" />
418+
{/if}
417419
418420
{#if loading || error}
419421
<Loading

0 commit comments

Comments
 (0)