Added missing headless flag for the bindable combobox
This commit is contained in:
parent
b2633dc2db
commit
1e3883b213
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue