Skip to content

Commit f68fb62

Browse files
committed
shrug
1 parent e839956 commit f68fb62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/svelte.dev/src/routes/(authed)/playground/[id]/AppControls.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import { untrack } from 'svelte';
1111
import SecondaryNav from '$lib/components/SecondaryNav.svelte';
1212
import type { File } from 'editor';
13+
import type { Repl } from '@sveltejs/repl';
1314
1415
interface Props {
1516
examples: Array<{ title: string; examples: any[] }>;
@@ -169,6 +170,7 @@
169170
// because otherwise we'll read `select.value` and re-run this
170171
// when we navigate, which we don't want
171172
untrack(() => {
173+
// @ts-ignore not sure why this is erroring
172174
select.value = '';
173175
});
174176
}

0 commit comments

Comments
 (0)