Scroll to top of home page
parent
8448a578fc
commit
ba90397c02
|
@ -243,7 +243,7 @@ export class MainUI {
|
||||||
icon: HomeIcon,
|
icon: HomeIcon,
|
||||||
description: `Go to the index page (Alt-h)`,
|
description: `Go to the index page (Alt-h)`,
|
||||||
callback: () => {
|
callback: () => {
|
||||||
client.navigate("");
|
client.navigate("", 0);
|
||||||
},
|
},
|
||||||
href: "",
|
href: "",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue