Merge branch 'dev' of https://git.jetbrains.space/nalpari/q-cast-iii/qcast-front into dev-ck
This commit is contained in:
commit
5a69e0f955
@ -108,6 +108,14 @@ export function useRoofAllocationSetting(id) {
|
|||||||
|
|
||||||
// 지붕재 오른쪽 마우스 클릭 후 단일로 지붕재 변경 필요한 경우
|
// 지붕재 오른쪽 마우스 클릭 후 단일로 지붕재 변경 필요한 경우
|
||||||
const handleSaveContext = () => {
|
const handleSaveContext = () => {
|
||||||
|
setBasicSetting((prev) => {
|
||||||
|
return {
|
||||||
|
...prev,
|
||||||
|
selectedRoofMaterial: currentRoofList.find((roof) => roof.selected),
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
setRoofList(currentRoofList)
|
||||||
const selectedRoofMaterial = currentRoofList.find((roof) => roof.selected)
|
const selectedRoofMaterial = currentRoofList.find((roof) => roof.selected)
|
||||||
setSurfaceShapePattern(currentObject, roofDisplay.column, false, selectedRoofMaterial)
|
setSurfaceShapePattern(currentObject, roofDisplay.column, false, selectedRoofMaterial)
|
||||||
closeAll()
|
closeAll()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user