diff --git a/src/App.svelte b/src/App.svelte index 2cbea96..83c86de 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -34,6 +34,7 @@ PanelLeftOpen, PanelRightOpen, CircleStop, + Play, } from "lucide-svelte"; const appContext = createAppContext(); @@ -51,6 +52,7 @@ let analyserNode = $state(null); let interpreterLogs = $state([]); + let editorWithLogsRef: EditorWithLogs; let logsUnsubscribe: (() => void) | undefined; @@ -350,6 +352,15 @@ {/snippet} +