주석 내용 추가

This commit is contained in:
hyojun.choi 2025-04-29 17:50:36 +09:00
parent 9eda4aa834
commit 9f88880ac2

View File

@ -754,7 +754,7 @@ export const usePolygon = () => {
} }
const splitPolygonWithLines = (polygon) => { const splitPolygonWithLines = (polygon) => {
// polygon.set({ visible: false }) polygon.set({ visible: false })
let innerLines = [...polygon.innerLines] let innerLines = [...polygon.innerLines]
/*// innerLine이 세팅이 안되어있는경우 찾아서 세팅한다. /*// innerLine이 세팅이 안되어있는경우 찾아서 세팅한다.