window object does weird things, rename root ID
when used with (window as any).app, it uses the element with id #app instead
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
const app = new ComfyAppState();
|
||||
export let app: ComfyAppState;
|
||||
</script>
|
||||
|
||||
<ComfyApp {app}/>
|
||||
|
||||
Reference in New Issue
Block a user