Better Akteure Logik

This commit is contained in:
Simon Martens
2025-09-22 22:27:06 +02:00
parent 9268402ebf
commit b579539e66
18 changed files with 495 additions and 435 deletions

View File

@@ -13,9 +13,9 @@ export class AkteureScrollspy extends HTMLElement {
connectedCallback() {
// Small delay to ensure DOM is fully rendered after HTMX swap
setTimeout(() => {
window.ExecuteNextSettle(() => {
this.initializeScrollspyAfterDelay();
}, 100);
});
}
initializeScrollspyAfterDelay() {