mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
Use childTarget again
This commit is contained in:
parent
6f211e12bb
commit
85a955920b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue