Restore mounted flag render blocker in grid containers

This commit is contained in:
Andrew Kingston 2024-09-05 15:26:35 +01:00
parent 8860acad73
commit a7cc670ab6
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -143,7 +143,9 @@
{/each}
</div>
{/if}
{#if mounted}
<slot />
{/if}
</div>
<style>