feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
Showing only changes of commit bcc91e7609 - Show all commits

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
}
}