처마.케라바변경 추가

This commit is contained in:
hyojun.choi 2024-10-08 16:17:55 +09:00
parent 1599f48e70
commit 8aeaf572bb

View File

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