Skip to content

Commit 294946a

Browse files
committed
lint
1 parent 19556aa commit 294946a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
let previous_pos = Math.min(normalize(pos), 70);
2828
29-
let container: HTMLElement = $state();
29+
let container: HTMLElement;
3030
3131
// we can't bind to the spring itself, but we
3232
// can still use the spring to drive `pos`

0 commit comments

Comments
 (0)