dev #280

Merged
ysCha merged 3 commits from dev into dev-deploy 2025-08-08 14:52:06 +09:00
Showing only changes of commit cb42ad82de - Show all commits

View File

@ -847,7 +847,8 @@ export const usePolygon = () => {
// innerLine의 type을 polygonLine의 type으로 변경
if (polygonLine.attributes?.type && innerLine.attributes) {
// polygonLine.need = false
innerLine.attributes = { ...polygonLine.attributes }
innerLine.attributes.planeSize = innerLine.attributes.planeSize ?? polygonLine.attributes.planeSize
innerLine.attributes.actualSize = innerLine.attributes.actualSize ?? polygonLine.attributes.actualSize
innerLine.direction = polygonLine.direction
innerLine.attributes.isStart = true
}