mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 23:16:16 +00:00
v2.5.0: keep admin scroll clear
This commit is contained in:
@@ -605,6 +605,9 @@ function setPage(page, push = true) {
|
||||
if (push && location.hash !== `#${next}`) {
|
||||
history.replaceState(null, "", `#${next}`);
|
||||
}
|
||||
requestAnimationFrame(() => {
|
||||
window.scrollTo({ top: 0, behavior: push ? "smooth" : "auto" });
|
||||
});
|
||||
if (next === "traffic") {
|
||||
refreshStats().catch((err) => toast(err.message));
|
||||
} else if (next === "keys") {
|
||||
|
||||
Reference in New Issue
Block a user