We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40e244 commit c7a5f8eCopy full SHA for c7a5f8e
packages/devextreme/js/__internal/ui/overlay/m_overlay.ts
@@ -406,6 +406,7 @@ class Overlay<
406
const tabbableElements = overlayStack[i]._findTabbableBounds();
407
408
if (tabbableElements.first || tabbableElements.last) {
409
+ // @ts-ignore
410
return overlayStack[i] === this;
411
}
412
0 commit comments