From 0b9321b01d7db942462d2598513a31392cccaff5 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 9 Jan 2023 01:31:19 +0530 Subject: [PATCH] bug fix --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 641b84c..8df3492 100644 --- a/index.html +++ b/index.html @@ -2491,6 +2491,7 @@ const mobileQuery = window.matchMedia('(max-width: 40rem)') function handleMobileChange(e) { floGlobals.isMobileView = e.matches + routeTo(window.location.hash) } mobileQuery.addEventListener('change', handleMobileChange) handleMobileChange(mobileQuery)