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 = {
type: LINE_TYPE.WALLLINE.WALL,
width: hasSleeve === '0' ? 0 : sleeveOffset / 10,
sleeve: hasSleeve === '1',
offset: hasSleeve === '0' ? 0 : sleeveOffset / 10,
}
selectedLine.attributes = { ...attributes, isFixed: true }
break