보조선 있는 경우 지붕선 사라지는 현상 수정

This commit is contained in:
hyojun.choi 2025-12-24 15:10:42 +09:00
parent 984428ee4f
commit c4bcad3bc3

View File

@ -316,12 +316,13 @@ export function useRoofAllocationSetting(id) {
addPopup(popupId, 1, <ActualSizeSetting id={popupId} />)
} else {
apply()
//기존 지붕 선은 남겨둔다.
drawOriginRoofLine()
resetPoints()
basicSettingSave()
}
//기존 지붕 선은 남겨둔다.
drawOriginRoofLine()
}
const drawOriginRoofLine = () => {