This commit is contained in:
hyojun.choi 2025-05-13 14:36:11 +09:00
parent bac3fbef70
commit d06733ed4c

View File

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