Merge remote-tracking branch 'origin/dev' into feature/ysCha

This commit is contained in:
ysCha 2025-08-04 17:09:27 +09:00
commit 959964c876

View File

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