diff --git a/packages/ketcher-core/src/domain/AttachmentPoint.ts b/packages/ketcher-core/src/domain/AttachmentPoint.ts index 36c8d20dbd..6812e9a5eb 100644 --- a/packages/ketcher-core/src/domain/AttachmentPoint.ts +++ b/packages/ketcher-core/src/domain/AttachmentPoint.ts @@ -84,10 +84,7 @@ export class AttachmentPoint { } public removeAttachmentPoint() { - const remove = () => { - this.element?.remove(); - }; - setTimeout(remove, 1); + this.element?.remove(); } private renderAttachmentPointByCoordinates(