Skip to content

Commit

Permalink
3475 - corrected logic for all types of monomers
Browse files Browse the repository at this point in the history
  • Loading branch information
chgayane authored and chgayane committed Nov 8, 2023
1 parent 3da8be8 commit ff41dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ketcher-core/src/domain/entities/Peptide.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { BaseMonomer } from './BaseMonomer';

export class Peptide extends BaseMonomer {

public getValidSourcePoint(monomer: BaseMonomer) {
if (
monomer.isAttachmentPointExistAndFree('R1') &&
Expand Down

0 comments on commit ff41dca

Please sign in to comment.