1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 22:56:09 +09:00

fix: nav more menu not active (#2300)

This commit is contained in:
Sma11X 2023-08-02 17:43:24 +08:00 committed by GitHub
parent b84a6ccc32
commit 468a17ad58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ const colorMode = useColorMode()
const userSettings = useUserSettings()
function toggleVisible() {
modelValue.value = !modelValue
modelValue.value = !modelValue.value
}
const buttonEl = ref<HTMLDivElement>()