Skip to content

Commit

Permalink
#5453 - Circle with monomer number should be few pixels down (#5461)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 authored Sep 9, 2024
1 parent 34c151b commit 38f94d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1885,17 +1885,17 @@ export class DrawingEntitiesManager {
}

public addAmbiguousMonomer(
variantMonomerItem: AmbiguousMonomerType,
ambiguousMonomerItem: AmbiguousMonomerType,
position: Vec2,
) {
const command = new Command();
const operation = new MonomerAddOperation(
this.addAmbiguousMonomerChangeModel.bind(
this,
variantMonomerItem,
ambiguousMonomerItem,
position,
),
() => {},
this.deleteMonomerChangeModel.bind(this),
);

command.addOperation(operation);
Expand Down

0 comments on commit 38f94d1

Please sign in to comment.