dev #604

Merged
ysCha merged 6 commits from dev into prd-deploy 2026-01-26 15:04:38 +09:00
Showing only changes of commit 68005562e3 - Show all commits

View File

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