지붕덮개 변별로 형상 설정 하는 부분 오류 수정

This commit is contained in:
Jaeyoung Lee 2025-06-23 16:32:52 +09:00
parent 3168a29ecd
commit aa5cc6aea3

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