fix. 이벤트 네비게이션 접힘 디폴트 구간md이하로 수정

This commit is contained in:
clkim
2026-03-13 15:33:25 +09:00
parent 435f61ed05
commit 45796690ee

View File

@@ -54,7 +54,7 @@ const toggleEventNavigation = () => {
onMounted(async () => {
eventNavigationList.value = await getEventNavigation()
if (breakpoints.value.isMobile) {
if (!breakpoints.value.isAboveLg) {
isEventNavigationOpen.value = false
}
})