Skip to content

Commit

Permalink
Merge pull request #4292 from SarmadKhoja95/next
Browse files Browse the repository at this point in the history
fix: Focus popover while hovering over card step
  • Loading branch information
LetItRock authored Oct 23, 2023
2 parents a195d69 + 00b7eeb commit cfde40b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function NodeStepWithPopover({
transitionDuration={600}
opacity={getOpacity(id, hoveredHintId, sequence)}
target={
<StyledDiv>
<StyledDiv onMouseEnter={onDropdownMouseEnter} onMouseLeave={onDropdownMouseLeave}>
<NodeStep Handlers={Handlers} Icon={Icon} data={data} ActionItem={ActionItem} ContentItem={ContentItem} />
</StyledDiv>
}
Expand Down

0 comments on commit cfde40b

Please sign in to comment.