[1066] 새로고침 시, 지붕재 미표시 오류
This commit is contained in:
parent
af627035cd
commit
50aa5ca556
@ -199,7 +199,11 @@ export function useCanvasSetting(executeEffect = true) {
|
|||||||
if (!executeEffect) {
|
if (!executeEffect) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if (roofMaterials.length === 0) {
|
||||||
|
return
|
||||||
|
}
|
||||||
const selectedRoofMaterial = roofMaterials[0]
|
const selectedRoofMaterial = roofMaterials[0]
|
||||||
|
console.log('selectedRoofMaterial', selectedRoofMaterial)
|
||||||
|
|
||||||
if (addedRoofs.length === 0) {
|
if (addedRoofs.length === 0) {
|
||||||
const newAddedRoofs = []
|
const newAddedRoofs = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user