We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23d011 commit 4146f85Copy full SHA for 4146f85
src/components/EntityStatus/EntityStatus.tsx
@@ -105,6 +105,7 @@ export function EntityStatus({
105
className={b('controls-wrapper', {
106
visible: clipboardButtonAlwaysVisible || infoIconHovered,
107
})}
108
+ onClick={(e) => e.stopPropagation()}
109
>
110
{infoPopoverContent && (
111
<Popover
0 commit comments