web/sidebar: fix auto scroll & clean up

This commit is contained in:
wukko
2024-08-25 16:43:24 +06:00
parent a8330b25fa
commit 685f8cb65e
2 changed files with 1 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
export let tabName: string;
export let tabLink: string;
const firstTabPage = ["save", "remux", "settings", "donate"];
const firstTabPage = ["save", "remux", "settings"];
let tab: HTMLElement;