[1066] 새로고침 시, 지붕재 미표시 오류

This commit is contained in:
hyojun.choi 2025-05-26 15:57:27 +09:00
parent af627035cd
commit 50aa5ca556

View File

@ -199,7 +199,11 @@ export function useCanvasSetting(executeEffect = true) {
if (!executeEffect) {
return
}
if (roofMaterials.length === 0) {
return
}
const selectedRoofMaterial = roofMaterials[0]
console.log('selectedRoofMaterial', selectedRoofMaterial)
if (addedRoofs.length === 0) {
const newAddedRoofs = []