Skip to content

Commit

Permalink
fix: Link Preview not closing on pointerleave (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Oct 28, 2024
1 parent 932ba90 commit f6abedc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-deers-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

fix: Link preview not closing on pointer leave
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class LinkPreviewContentState {
this.root.contentNode = node;
this.root.contentId = node?.id;
},
deps: () => this.root.open.current,
});

$effect(() => {
Expand Down

0 comments on commit f6abedc

Please sign in to comment.