Compare commits
No commits in common. "eba5c4f9b235ea2727c035a81e579160553b593e" and "8215730df021719be01a92c5e7b872d5553e72d0" have entirely different histories.
eba5c4f9b2
...
8215730df0
@ -316,13 +316,12 @@ 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 = () => {
|
||||||
|
|||||||
@ -91,7 +91,6 @@ export function useCircuitTrestle(executeEffect = false) {
|
|||||||
return {
|
return {
|
||||||
itemId: m.itemId,
|
itemId: m.itemId,
|
||||||
mixMatlNo: m.mixMatlNo,
|
mixMatlNo: m.mixMatlNo,
|
||||||
northModuleYn: m.northModuleYn,
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user