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)

(cherry picked from commit eec822a)
  • Loading branch information
rrodionov91 committed Feb 11, 2025
1 parent 3cba711 commit eb56a9a
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 eb56a9a

Please sign in to comment.