dev #365

Merged
ysCha merged 18 commits from dev into prd-deploy 2025-09-29 11:40:28 +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 isGable = true
} }
} }
const hasShed = types.includes(LINE_TYPE.WALLLINE.SHED)
let isShed = false let isShed = false
if (types.includes(LINE_TYPE.WALLLINE.SHED)) { if (types.includes(LINE_TYPE.WALLLINE.SHED)) {
const sheds = this.lines.filter((line) => line.attributes !== undefined && line.attributes.type === LINE_TYPE.WALLLINE.SHED) const sheds = this.lines.filter((line) => line.attributes !== undefined && line.attributes.type === LINE_TYPE.WALLLINE.SHED)