Skip to content

Commit 1e47b13

Browse files
authored
Overlay: ignore overlayStack type check (DevExpress#29378)
1 parent 17d75db commit 1e47b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devextreme/js/__internal/ui/overlay/m_overlay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ class Overlay<
406406
const tabbableElements = overlayStack[i]._findTabbableBounds();
407407

408408
if (tabbableElements.first || tabbableElements.last) {
409+
// @ts-ignore
409410
return overlayStack[i] === this;
410411
}
411412
}

0 commit comments

Comments
 (0)