dev #58

Merged
ysCha merged 5 commits from dev into dev-deploy 2025-05-26 16:56:30 +09:00
Showing only changes of commit 50aa5ca556 - Show all commits

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 = []