모달 닫을 때 맵 닫기
This commit is contained in:
parent
ba12c0ad2d
commit
f18aa4dc16
@ -437,6 +437,8 @@ watch(() => projectStore.selectedProject, (newProject) => {
|
||||
// 모달 닫기
|
||||
const closeModal = () => {
|
||||
isModalOpen.value = false;
|
||||
|
||||
visiblePopover.value = { type: null, index: null };
|
||||
};
|
||||
|
||||
// MapPopover에서 visible 상태 변경 이벤트 처리
|
||||
|
||||
Loading…
Reference in New Issue
Block a user