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 bd0b1f5 commit 8027b99Copy full SHA for 8027b99
elements/pfe-jump-links/src/pfe-jump-links.js
@@ -246,8 +246,8 @@ class PfeJumpLinksNav extends PFElement {
246
return false;
247
}
248
if (
249
- (this.shadowRoot.querySelector("logo") ||
250
- this.shadowRoot.querySelector("link")) &&
+ (this.shadowRoot.querySelector("[slot='logo']") ||
+ this.shadowRoot.querySelector("[slot='link']")) &&
251
!(
252
this.hasAttribute("pfe-c-horizontal") || this.hasAttribute("horizontal")
253
)
0 commit comments