Skip to content

Commit

Permalink
#3280 - small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Mazurina committed Sep 18, 2023
1 parent e60a9fd commit 27663ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class PolymerBondRenderer extends BaseRenderer {
private getMonomerWidth() {
return this.polymerBond.firstMonomer.renderer?.bodyWidth ?? 0;
}

private getMonomerHeight() {
return this.polymerBond.firstMonomer.renderer?.bodyHeight ?? 0;
}
Expand Down Expand Up @@ -348,6 +349,7 @@ export class PolymerBondRenderer extends BaseRenderer {
// this.hoverAreaElement.attr('d', this.path);
// this.selectionElement?.attr('d', this.path);
}

private moveGraphBondEnd() {
assert(this.bodyElement);
assert(this.hoverAreaElement);
Expand Down

0 comments on commit 27663ef

Please sign in to comment.