diff --git a/src/components/Tooltip/Tooltip.tsx b/src/components/Tooltip/Tooltip.tsx index 8d39d9de..699b082b 100644 --- a/src/components/Tooltip/Tooltip.tsx +++ b/src/components/Tooltip/Tooltip.tsx @@ -302,10 +302,6 @@ const Tooltip = ({ elementRefs.add({ current: anchorById }) } - if (!elementRefs.size) { - return () => null - } - if (closeOnEsc) { window.addEventListener('keydown', handleEsc) }