Skip to content

Commit

Permalink
#2389 - Add GEN S-group as supported for rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaepam committed Aug 23, 2023
1 parent c5f1216 commit 0367610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class ReStruct {
);

molecule.sgroups.forEach((item, id) => {
console.log('sgroups in molecule', molecule.sgroups);
this.sgroups.set(id, new ReSGroup(item));
if (item.type === 'DAT' && !item.data.attached) {
this.sgroupData.set(id, new ReDataSGroupData(item));
Expand Down
1 change: 1 addition & 0 deletions packages/ketcher-react/src/script/ui/state/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export const supportedSGroupTypes = {
SRU: 'SRU',
SUP: 'SUP',
DAT: 'DAT',
GEN: 'GEN',
} as const;

0 comments on commit 0367610

Please sign in to comment.