Skip to content

Commit

Permalink
fix: add destroyTooltipOnHide to Avatar.Group (#47478)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 20, 2024
1 parent e939962 commit fc1fb17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/avatar/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const Group: React.FC<GroupProps> = (props) => {
trigger={maxPopoverTrigger}
placement={maxPopoverPlacement}
overlayClassName={`${groupPrefixCls}-popover`}
destroyTooltipOnHide
>
<Avatar style={maxStyle}>{`+${numOfChildren - maxCount}`}</Avatar>
</Popover>,
Expand Down

0 comments on commit fc1fb17

Please sign in to comment.