실측치 입력 전환 안되는 현상 수정

This commit is contained in:
hyojun.choi 2025-06-04 11:06:28 +09:00
parent 904b7afd38
commit ab93c5ffe5

View File

@ -1193,7 +1193,7 @@ export const usePolygon = () => {
})
canvas.add(roof)
// addLengthText(roof)
addLengthText(roof)
canvas.remove(polygon)
canvas.renderAll()
})