wallLine texts제거
This commit is contained in:
parent
01b1c97248
commit
68005562e3
@ -334,6 +334,9 @@ export function useRoofAllocationSetting(id) {
|
||||
name: 'originRoofOuterLine',
|
||||
visible: outlineDisplay,
|
||||
})
|
||||
wallLine.texts.forEach((text) => {
|
||||
canvas.remove(text)
|
||||
})
|
||||
})
|
||||
canvas.renderAll()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user