Skip to content

Commit

Permalink
fix: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Guch1g0v committed Jul 29, 2024
1 parent 4c98b6d commit 4016d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketcher-core/src/domain/entities/struct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class Struct {
sg =
oldSgroup instanceof MonomerMicromolecule
? MonomerMicromolecule.clone(oldSgroup, aidMap!)
: SGroup.clone(sg, aidMap!);
: SGroup.clone(sg, aidMap!, atomsInSet);

const id = cp.sgroups.add(sg);
sg.id = id;
Expand Down

0 comments on commit 4016d4d

Please sign in to comment.