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: "", },