dev #170

Merged
ysCha merged 3 commits from dev into prd-deploy 2025-07-03 15:14:58 +09:00
Showing only changes of commit be881b656f - Show all commits

View File

@ -2479,7 +2479,7 @@ export const useTrestle = () => {
// 각도에 따른 길이 반환
function getTrestleLength(length, degree) {
if (roofSizeSet !== 1) {
if (+roofSizeSet !== 1) {
// 복시도 입력이 아닌경우 그냥 길이 return
return length
}