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 상태 변경 이벤트 처리