From 85a955920b626eb052e250a2342c842db41323c0 Mon Sep 17 00:00:00 2001 From: Leonabcd123 <156839416+Leonabcd123@users.noreply.github.com> Date: Sat, 20 Dec 2025 15:11:56 +0200 Subject: [PATCH] Use childTarget again --- frontend/src/ts/pages/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/pages/account.ts b/frontend/src/ts/pages/account.ts index 5486fca57..0999273de 100644 --- a/frontend/src/ts/pages/account.ts +++ b/frontend/src/ts/pages/account.ts @@ -1090,7 +1090,7 @@ qs(".pageAccount")?.onChild( "click", ".miniResultChartButton", async (event) => { - const target = new ElementWithUtils(event.target as HTMLElement); + const target = new ElementWithUtils(event.childTarget as HTMLElement); const resultId: string = target .getFirstMatchingParent("tr") ?.getAttribute("data-id") as string;