Merge pull request '보조라인 길이 나오지 않음 => obj.name !== 'lengthText' && 추가' (#390) from dev into dev-deploy
Reviewed-on: #390
This commit is contained in:
commit
0ef43a04dd
@ -251,6 +251,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, {
|
|||||||
obj.parentId === this.id &&
|
obj.parentId === this.id &&
|
||||||
obj.name !== POLYGON_TYPE.WALL &&
|
obj.name !== POLYGON_TYPE.WALL &&
|
||||||
obj.name !== POLYGON_TYPE.ROOF &&
|
obj.name !== POLYGON_TYPE.ROOF &&
|
||||||
|
obj.name !== 'lengthText' &&
|
||||||
obj.name !== 'outerLine' &&
|
obj.name !== 'outerLine' &&
|
||||||
obj.name !== 'baseLine',
|
obj.name !== 'baseLine',
|
||||||
// && obj.name !== 'outerLinePoint',
|
// && obj.name !== 'outerLinePoint',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user