dev #364

Merged
ysCha merged 18 commits from dev into dev-deploy 2025-09-29 11:40:03 +09:00
Showing only changes of commit c10a46e86f - Show all commits

View File

@ -285,7 +285,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, {
isGable = true
}
}
const hasShed = types.includes(LINE_TYPE.WALLLINE.SHED)
let isShed = false
if (types.includes(LINE_TYPE.WALLLINE.SHED)) {
const sheds = this.lines.filter((line) => line.attributes !== undefined && line.attributes.type === LINE_TYPE.WALLLINE.SHED)