From f18aa4dc16da744d2958e4be9cf9606a8a501221 Mon Sep 17 00:00:00 2001 From: yoon Date: Fri, 4 Apr 2025 16:32:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=8B=AC=20=EB=8B=AB=EC=9D=84=20?= =?UTF-8?q?=EB=95=8C=20=EB=A7=B5=20=EB=8B=AB=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/commuters/CommuterCalendar.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/commuters/CommuterCalendar.vue b/src/components/commuters/CommuterCalendar.vue index 4a6cbcb..f384d64 100644 --- a/src/components/commuters/CommuterCalendar.vue +++ b/src/components/commuters/CommuterCalendar.vue @@ -437,6 +437,8 @@ watch(() => projectStore.selectedProject, (newProject) => { // 모달 닫기 const closeModal = () => { isModalOpen.value = false; + + visiblePopover.value = { type: null, index: null }; }; // MapPopover에서 visible 상태 변경 이벤트 처리