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 3523a37 commit e98e32fCopy full SHA for e98e32f
source/_patterns/02-components/dialog/dialog.script.js
@@ -24,7 +24,8 @@
24
} else if (
25
link.hash &&
26
document.querySelector(link.hash) &&
27
- document.querySelector(link.hash).tagName.toLowerCase() === 'dialog'
+ document.querySelector(link.hash).tagName.toLowerCase() ===
28
+ 'dialog'
29
) {
30
type = 'dialog';
31
dialog = document.querySelector(link.hash);
0 commit comments