mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: nav more menu not active (#2300)
This commit is contained in:
parent
b84a6ccc32
commit
468a17ad58
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const colorMode = useColorMode()
|
|||
const userSettings = useUserSettings()
|
||||
|
||||
function toggleVisible() {
|
||||
modelValue.value = !modelValue
|
||||
modelValue.value = !modelValue.value
|
||||
}
|
||||
|
||||
const buttonEl = ref<HTMLDivElement>()
|
||||
|
|
Loading…
Reference in a new issue