From 3c60f50d553201554afa4362551efe10c9d86d9b Mon Sep 17 00:00:00 2001 From: kkmch Date: Tue, 24 Oct 2023 18:37:01 +0200 Subject: [PATCH] fix: disabling portal --- src/components/SharePopover/SharePopover.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/SharePopover/SharePopover.tsx b/src/components/SharePopover/SharePopover.tsx index 44d0bcb9..76065670 100644 --- a/src/components/SharePopover/SharePopover.tsx +++ b/src/components/SharePopover/SharePopover.tsx @@ -86,13 +86,11 @@ export class SharePopover extends React.PureComponent; constructor(props: SharePopoverInnerProps) { super(props); this.tooltipId = getUniqId(); - this.buttonRef = React.createRef(); } render() { @@ -150,16 +148,13 @@ export class SharePopover extends React.PureComponent {({onClick}) => (