dev #603

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

View File

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