배치면설정화면 데이터 존재 시 화면 닫기(메뉴/저장 클릭 시 제외) -closeAll() 적용

This commit is contained in:
changkyu choi 2025-02-24 19:07:35 +09:00
parent 229fef9d2f
commit eb751af432

View File

@ -341,7 +341,8 @@ export function useCanvasSetting() {
/* 데이터 존재 시 화면 닫기(메뉴/저장 클릭 시 제외) */ /* 데이터 존재 시 화면 닫기(메뉴/저장 클릭 시 제외) */
if (openPoint !== 'canvasMenus' && openPoint !== 'basicSettingSave') { if (openPoint !== 'canvasMenus' && openPoint !== 'basicSettingSave') {
closePopup(popupId) //closePopup(popupId)
closeAll()
} }
} else { } else {
roofsRow = [ roofsRow = [