1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00

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

View file

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