Solve for resize()
This commit is contained in:

committed by
Dominik Pschenitschni

parent
aa01a92278
commit
3604cb3ec7
@ -208,7 +208,7 @@ const listStore = useListStore()
|
||||
|
||||
function resize() {
|
||||
// Hide the menu by default on mobile
|
||||
baseStore.setMenuActive(window.innerWidth >= 770)
|
||||
baseStore.menuActive && baseStore.setMenuActive(window.innerWidth >= 770)
|
||||
}
|
||||
|
||||
function toggleLists(namespaceId: INamespace['id']) {
|
||||
|
Reference in New Issue
Block a user