Some refinements; anonymous authors

This commit is contained in:
Simon Martens
2025-09-22 21:03:27 +02:00
parent f8d7b92be0
commit 9268402ebf
16 changed files with 177 additions and 428 deletions

View File

@@ -31,7 +31,7 @@ export class AkteureScrollspy extends HTMLElement {
if (this.sections.length > 0 && this.navLinks.length > 0) {
this.initializeScrollspy();
}
}, 200);
}, 500);
return;
}
@@ -402,4 +402,3 @@ export class AkteureScrollspy extends HTMLElement {
// Register the web component
customElements.define("akteure-scrollspy", AkteureScrollspy);