dev #253

Merged
ysCha merged 3 commits from dev into prd-deploy 2025-07-30 10:18:05 +09:00
Showing only changes of commit 7e3820e6b1 - Show all commits

View File

@ -1164,6 +1164,8 @@ export const usePolygon = () => {
if (startFlag && endFlag) {
if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.EAVES) {
representLines.push(line)
} else if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.HIPANDGABLE) {
representLines.push(line)
}
}
})