지붕재 분할 시 addLengthText 제거

This commit is contained in:
hyojun.choi 2025-05-12 14:09:48 +09:00
parent 553cbd44db
commit f48a8b31d3

View File

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