Skip to content

Commit

Permalink
fix popover content bug (huntabyte#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Oct 23, 2023
1 parent 3aa4777 commit 8655546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sixty-pugs-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

fix popover content bug
2 changes: 1 addition & 1 deletion src/lib/bits/popover/components/PopoverContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
{:else if $open}
{@const builder = $content}
<div {...$$restProps}>
<div use:melt={builder} {...$$restProps}>
<slot {builder} />
</div>
{/if}

0 comments on commit 8655546

Please sign in to comment.