dev #573

Merged
ysCha merged 6 commits from dev into prd-deploy 2026-01-12 11:10:19 +09:00
Showing only changes of commit c4b03c6745 - Show all commits

View File

@ -1982,7 +1982,7 @@ export const usePolygon = () => {
const line1 = allRoofLines[i]
const line2 = allRoofLines[j]
const diff = Math.abs(line1.length - line2.length)
if (diff > 0 && diff <= 1) {
if (diff > 0 && diff <= 2) {
const minLength = Math.min(line1.length, line2.length)
line1.setLengthByValue(minLength * 10)
line2.setLengthByValue(minLength * 10)