Skip to content

Commit 4146f85

Browse files
fix(EntityStatus): do not propagate copy clicks (#2874)
1 parent e23d011 commit 4146f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/EntityStatus/EntityStatus.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export function EntityStatus({
105105
className={b('controls-wrapper', {
106106
visible: clipboardButtonAlwaysVisible || infoIconHovered,
107107
})}
108+
onClick={(e) => e.stopPropagation()}
108109
>
109110
{infoPopoverContent && (
110111
<Popover

0 commit comments

Comments
 (0)