Skip to content

Commit

Permalink
#6456 - Long bond appears behind the structure after Copy-Paste in Fl…
Browse files Browse the repository at this point in the history
…ex Mode
  • Loading branch information
rrodionov91 committed Feb 11, 2025
1 parent 8431839 commit 87c232c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ export abstract class BaseMode {
if (!modelChanges || modelChanges.operations.length === 0) {
return;
}

editor.drawingEntitiesManager.detectBondsOverlappedByMonomers();
editor.renderersContainer.update(modelChanges);
new EditorHistory(editor).update(modelChanges);
this.scrollForView();
Expand Down

0 comments on commit 87c232c

Please sign in to comment.