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 (#6484)
  • Loading branch information
rrodionov91 authored Feb 11, 2025
1 parent 0e7b6ae commit eec822a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 eec822a

Please sign in to comment.