fix(explorer): mobile explorer toggle (#1823)

This commit is contained in:
Emile Bangma
2025-03-12 14:15:16 +01:00
committed by GitHub
parent 2718ab9019
commit ca08ec1ae7
2 changed files with 6 additions and 6 deletions

View File

@ -266,7 +266,7 @@ document.addEventListener("nav", async (e: CustomEventMap["nav"]) => {
}
}
const hiddenUntilDoneLoading = document.querySelector("#mobile-explorer")
const hiddenUntilDoneLoading = document.querySelector(".mobile-explorer")
hiddenUntilDoneLoading?.classList.remove("hide-until-loaded")
})