mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 01:44:50 +08:00
Useless
This commit is contained in:
parent
0e0d4c4570
commit
92acf8dc9d
1 changed files with 1 additions and 1 deletions
|
|
@ -1077,7 +1077,7 @@ qs(".pageAccount #accountHistoryChart")?.on("click", () => {
|
|||
throw new Error("Cannot find result for index " + index);
|
||||
}
|
||||
const element = qs(`.resultRow[data-id="${resultId}"`);
|
||||
qsa(".resultRow")?.removeClass("active");
|
||||
qsa(".resultRow").removeClass("active");
|
||||
|
||||
element?.scrollIntoView({
|
||||
block: "center",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue