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 e8d0368 commit ac98ca4Copy full SHA for ac98ca4
lib/core/utils/detect-modal-stack.js
@@ -23,9 +23,6 @@ export default function detectModalStack(options) {
23
// in the viewport. since we aren't sure if it is or is not a modal this is
24
// just our best guess of being one based on convention.
25
26
- // if (cache.get('isModalOpen')) {
27
- // return cache.get('isModalOpen');
28
- // }
29
30
const definiteModals = Array.from(
31
document.querySelectorAll(
0 commit comments