website-content-updates #7

Open
caperren wants to merge 23 commits from website-content-updates into main
2 changed files with 4 additions and 2 deletions
Showing only changes of commit c5dde92023 - Show all commits

View File

@@ -112,7 +112,7 @@ const limitByWidthClasses = "max-h-fit";
if (this._slide && this._items.length > 0) this._carousel.cycle();
this._attachHandlers()
window.addEventListener("load", this._attachHandlers);
}

View File

@@ -39,7 +39,9 @@ const timeline: timelineEntry[] = Astro.props.timeline || [];
constructor() {
super();
this._eventElements = this._getNodeElements();
this._paintLeaderLines();
window.addEventListener("load", this._paintLeaderLines);
}