Skip to content

Commit

Permalink
fix: sigma-container not found
Browse files Browse the repository at this point in the history
  • Loading branch information
eniehack committed Sep 23, 2023
1 parent a38607d commit 803d281
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
</svelte:head>

<FileSelector {showModal} />
{#if $file !== null}
<div id="sigma-container" bind:this={container}></div>
{/if}
<div id="sigma-container" bind:this={container} />

<style>
#sigma-container {
Expand Down

0 comments on commit 803d281

Please sign in to comment.