fix:while bord group error (#258)

* fix:while bord group error

* fix:while bord group error

* fix lint
This commit is contained in:
DiamondThree
2022-08-15 23:11:58 +08:00
committed by GitHub
parent 5e97efab3a
commit 2fdfdedd7b
2 changed files with 36 additions and 5 deletions
@@ -100,6 +100,7 @@ export function groupShapes(
afterShapes[groupId] = TLDR.get_shape_util(TDShapeType.Group).create({
id: groupId,
affineId: groupId,
childIndex: groupChildIndex,
parentId: groupParentId,
point: [groupBounds.minX, groupBounds.minY],
@@ -217,7 +218,6 @@ export function groupShapes(
}
}
});
return {
id: 'group',
before: {