Skip to content

Commit

Permalink
Removed unnecessary hideShowTime var
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Aug 2, 2023
1 parent 08debb1 commit 2d48c15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-core/src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ export const Popover: React.FunctionComponent<PopoverProps> = ({
const [visible, setVisible] = React.useState(false);
const [focusTrapActive, setFocusTrapActive] = React.useState(Boolean(propWithFocusTrap));
const popoverRef = React.useRef(null);
const hideShowTime = triggerAction === 'hover' ? animationDuration : 0;

React.useEffect(() => {
onMount();
Expand Down

0 comments on commit 2d48c15

Please sign in to comment.