dev #139

Merged
ysCha merged 2 commits from dev into prd-deploy 2025-06-23 17:51:09 +09:00
Showing only changes of commit aa5cc6aea3 - Show all commits

View File

@ -678,8 +678,7 @@ export function useRoofShapeSetting(id) {
// 벽 // 벽
attributes = { attributes = {
type: LINE_TYPE.WALLLINE.WALL, type: LINE_TYPE.WALLLINE.WALL,
width: hasSleeve === '0' ? 0 : sleeveOffset / 10, offset: hasSleeve === '0' ? 0 : sleeveOffset / 10,
sleeve: hasSleeve === '1',
} }
selectedLine.attributes = { ...attributes, isFixed: true } selectedLine.attributes = { ...attributes, isFixed: true }
break break