가대 길이 조건 수정
This commit is contained in:
parent
9036502f2d
commit
be881b656f
@ -2479,7 +2479,7 @@ export const useTrestle = () => {
|
|||||||
|
|
||||||
// 각도에 따른 길이 반환
|
// 각도에 따른 길이 반환
|
||||||
function getTrestleLength(length, degree) {
|
function getTrestleLength(length, degree) {
|
||||||
if (roofSizeSet !== 1) {
|
if (+roofSizeSet !== 1) {
|
||||||
// 복시도 입력이 아닌경우 그냥 길이 return
|
// 복시도 입력이 아닌경우 그냥 길이 return
|
||||||
return length
|
return length
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user