1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00

Added missing headless flag for the bindable combobox

This commit is contained in:
Dean 2023-06-07 09:35:07 +01:00
parent b2633dc2db
commit 1e3883b213

View file

@ -76,7 +76,7 @@
{/if}
</div>
<Drawer bind:this={bindingDrawer} {title}>
<Drawer bind:this={bindingDrawer} {title} headless>
<svelte:fragment slot="description">
Add the objects on the left to enrich your text.
</svelte:fragment>