mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 08:06:24 +08:00
fix:while bord group error (#258)
* fix:while bord group error * fix:while bord group error * fix lint
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user