dev #531

Merged
ysCha merged 2 commits from dev into dev-deploy 2025-12-24 17:30:24 +09:00
Showing only changes of commit c4bcad3bc3 - Show all commits

View File

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