mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/SidebarTab: fix scroll to first page of tabs
This commit is contained in:
parent
41a002929e
commit
3c2dd93841
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue