feature/jaeyoung #46

Merged
LEE_JAEYOUNG merged 58 commits from feature/jaeyoung into dev 2025-05-21 13:53:44 +09:00
Showing only changes of commit 9f88880ac2 - Show all commits

View File

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