This commit is contained in:
hyojun.choi 2025-04-16 15:53:54 +09:00
parent bdcacd5542
commit bcc91e7609

View File

@ -234,16 +234,16 @@ export function useRoofShapeSetting(id) {
switch (line.direction) {
case 'bottom':
direction = 'west'
break
case 'top':
direction = 'east'
break
case 'top':
direction = 'west'
break
case 'left':
direction = 'north'
direction = 'south'
break
case 'right':
direction = 'south'
direction = 'north'
break
}
}