Skip to content

Commit d4ef7c9

Browse files
authored
fix #128 (#129)
1 parent 187622b commit d4ef7c9

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)