1
0
Fork 0

feat(lab): Close navigation on mobile when switching view in workbench

This commit is contained in:
Joost De Cock 2022-05-14 19:52:16 +02:00
parent c3e54687fc
commit c3b9c07236
2 changed files with 3 additions and 1 deletions

View file

@ -64,7 +64,7 @@ const LayoutWrapper = ({ app, title=false, children=[] }) => {
const startNavigation = () => {
app.startLoading()
// Force close of menu on mobile if it is open
if (app.primaryNavigation) app.setPrimaryNavigation(false)
if (app.primaryMenu) app.setPrimaryMenu(false)
}
const router = useRouter()