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 8027b99 commit 0cdc545Copy full SHA for 0cdc545
elements/pfe-jump-links/src/pfe-jump-links.js
@@ -343,8 +343,7 @@ class PfeJumpLinksPanel extends PFElement {
343
this.getAttribute("pfe-c-offset") || this.getAttribute("offset");
344
this.customVar = this.cssVariable("--pfe-jump-links-panel--offset") || 200;
345
if (
346
- (this.nav && this.nav.hasAttribute("pfe-c-autobuild")) ||
347
- this.nav.hasAttribute("autobuild")
+ this.nav && (this.nav.hasAttribute("pfe-c-autobuild") || this.nav.hasAttribute("autobuild"))
348
) {
349
this.nav._rebuildNav();
350
}
0 commit comments