This commit is contained in:
Leonabcd123 2025-12-19 11:21:01 +02:00
parent 0e0d4c4570
commit 92acf8dc9d

View file

@ -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",