From ba90397c02962c0bbdaa11f077b97d850f192a8c Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 2 Jan 2024 11:36:17 +0100 Subject: [PATCH] Scroll to top of home page --- web/editor_ui.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/editor_ui.tsx b/web/editor_ui.tsx index 7986880e..c68b443a 100644 --- a/web/editor_ui.tsx +++ b/web/editor_ui.tsx @@ -243,7 +243,7 @@ export class MainUI { icon: HomeIcon, description: `Go to the index page (Alt-h)`, callback: () => { - client.navigate(""); + client.navigate("", 0); }, href: "", },