This commit is contained in:
Daseul Kim 2024-10-08 16:23:34 +09:00
commit 739259fe52

View File

@ -45,6 +45,7 @@ export function useEavesGableEdit() {
addCanvasMouseEventListener('mouse:down', mouseDownEvent)
return () => {
canvas.discardActiveObject()
wallLines.forEach((wallLine) => {
convertLinesToPolygon(wallLine)
})