배치면설정화면 데이터 존재 시 화면 닫기(메뉴/저장 클릭 시 제외) -closeAll() 적용
This commit is contained in:
parent
229fef9d2f
commit
eb751af432
@ -341,7 +341,8 @@ export function useCanvasSetting() {
|
||||
|
||||
/* 데이터 존재 시 화면 닫기(메뉴/저장 클릭 시 제외) */
|
||||
if (openPoint !== 'canvasMenus' && openPoint !== 'basicSettingSave') {
|
||||
closePopup(popupId)
|
||||
//closePopup(popupId)
|
||||
closeAll()
|
||||
}
|
||||
} else {
|
||||
roofsRow = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user