Skip to content

Commit

Permalink
fix duplicated main tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl authored Apr 11, 2024
1 parent 9dcd3e8 commit 7c17591
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions container/src/LuigiContainer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@
onDestroy(async () => {});
</script>

<main
bind:this={mainComponent}
></main>
<main
bind:this={mainComponent}
class={webcomponent ? undefined : 'lui-isolated'}
Expand All @@ -222,4 +219,4 @@
line-height: 0;
}
</style>
{/if}
{/if}

0 comments on commit 7c17591

Please sign in to comment.