Skip to content

Commit 4ab378e

Browse files
committed
fix(react-tooltip): hide tooltip when trigger scrolls out of overflow container
1 parent c19c7f5 commit 4ab378e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/react-components/react-tooltip/library/src/components/Tooltip

packages/react-components/react-tooltip/library/src/components/Tooltip/Tooltip.cy.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const mount = (element: React.ReactElement) => {
1212

1313
// The data attribute the positioning middleware writes when the reference is hidden
1414
const DATA_POSITIONING_HIDDEN = 'data-popper-reference-hidden';
15-
// The data attribute the positioning middleware writes when the floating element has escaped clipping
16-
const DATA_POSITIONING_ESCAPED = 'data-popper-escaped';
1715

1816
describe('Tooltip', () => {
1917
describe('overflow behavior (regression: #32882)', () => {

0 commit comments

Comments
 (0)