feature/jaeyoung #46

Merged
LEE_JAEYOUNG merged 58 commits from feature/jaeyoung into dev 2025-05-21 13:53:44 +09:00
Showing only changes of commit d06733ed4c - Show all commits

View File

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