Use childTarget again

This commit is contained in:
Leonabcd123 2025-12-20 15:11:56 +02:00
parent 6f211e12bb
commit 85a955920b

View file

@ -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;