Skip to content

Commit 35b0aba

Browse files
🤖 Automated formatting fixes
1 parent ac98ca4 commit 35b0aba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/core/utils/detect-modal-stack.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default function detectModalStack(options) {
2323
// in the viewport. since we aren't sure if it is or is not a modal this is
2424
// just our best guess of being one based on convention.
2525

26-
2726
const definiteModals = Array.from(
2827
document.querySelectorAll(
2928
'dialog[open], [role="dialog"], [role="alertdialog"], [aria-modal="true"]'

0 commit comments

Comments
 (0)