Skip to content

Commit ee31a17

Browse files
committed
fix check
1 parent e616f94 commit ee31a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Output/Viewer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
});
113113
114114
$effect(() => {
115-
proxy!.iframe = iframe;
115+
proxy!.iframe = iframe!;
116116
iframe!.addEventListener('load', () => {
117117
proxy?.handle_links();
118118
ready = true;

0 commit comments

Comments
 (0)