Skip to content

Commit

Permalink
fix(@clayui/core): LPS-203851 fixes bug when keeping DropDown open in…
Browse files Browse the repository at this point in the history
… TreeView actions in Firefox
  • Loading branch information
matuzalemsteles committed Feb 9, 2024
1 parent af20c55 commit f1a7dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-core/src/tree-view/TreeViewItem.tsx
Expand Up @@ -265,6 +265,7 @@ export const TreeViewItem = React.forwardRef<
onBlur={(event) => {
if (
actions &&
event.relatedTarget &&
!item.itemRef.current?.contains(
event.relatedTarget as HTMLElement
)
Expand Down

0 comments on commit f1a7dc6

Please sign in to comment.