diff --git a/packages/ketcher-core/src/application/ketcher.ts b/packages/ketcher-core/src/application/ketcher.ts index c4ac08bae5..2ef51789c1 100644 --- a/packages/ketcher-core/src/application/ketcher.ts +++ b/packages/ketcher-core/src/application/ketcher.ts @@ -270,6 +270,8 @@ export class Ketcher { ); this.#editor.struct(struct); + this.#editor.zoomAccordingContent(struct); + this.#editor.centerStruct(); }, this.eventBus); }