보조선 있는 경우 지붕선 사라지는 현상 수정
This commit is contained in:
parent
984428ee4f
commit
c4bcad3bc3
@ -316,12 +316,13 @@ export function useRoofAllocationSetting(id) {
|
||||
addPopup(popupId, 1, <ActualSizeSetting id={popupId} />)
|
||||
} else {
|
||||
apply()
|
||||
//기존 지붕 선은 남겨둔다.
|
||||
drawOriginRoofLine()
|
||||
|
||||
resetPoints()
|
||||
|
||||
basicSettingSave()
|
||||
}
|
||||
//기존 지붕 선은 남겨둔다.
|
||||
drawOriginRoofLine()
|
||||
}
|
||||
|
||||
const drawOriginRoofLine = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user