Skip to content

Commit

Permalink
Updated for ActionMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtuevo committed Nov 20, 2024
1 parent db11c19 commit d2f2a7e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ function Action(props: ActionPropsType) {

return tooltip ? (
<Tooltip title={tooltip}>
<span>{content}</span>{" "}
{/* Use <span> to wrap the child to avoid DOM issues */}
<span>{content}</span>
</Tooltip>
) : (
content
Expand Down

0 comments on commit d2f2a7e

Please sign in to comment.