diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index a662f330..c31797cf 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -334,6 +334,9 @@ export function useRoofAllocationSetting(id) { name: 'originRoofOuterLine', visible: outlineDisplay, }) + wallLine.texts.forEach((text) => { + canvas.remove(text) + }) }) canvas.renderAll() }