wallLine texts제거

This commit is contained in:
hyojun.choi 2026-01-26 14:04:35 +09:00
parent 01b1c97248
commit 68005562e3

View File

@ -334,6 +334,9 @@ export function useRoofAllocationSetting(id) {
name: 'originRoofOuterLine',
visible: outlineDisplay,
})
wallLine.texts.forEach((text) => {
canvas.remove(text)
})
})
canvas.renderAll()
}