From d15b1fe03e019380e3d71b22ded73e4a2fa35756 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 3 Jan 2023 00:48:36 +0800 Subject: [PATCH] Fix route() actually not working --- src/pages/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/status.jsx b/src/pages/status.jsx index a8e7ea50..63aa3dd9 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -280,7 +280,7 @@ function StatusPage({ id }) { }, [heroInView]); useHotkeys(['esc', 'backspace'], () => { - route(closeLink); + location.hash = closeLink; }); return (