web/SidebarTab: fix scroll to first page of tabs

This commit is contained in:
wukko 2024-08-10 17:43:53 +06:00
parent 41a002929e
commit 3c2dd93841
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

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