Skip to content

Commit

Permalink
chore: remove old function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Nov 4, 2024
1 parent 19546e1 commit 6170336
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/icons/comment_icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,16 +315,6 @@ export class CommentIcon extends Icon implements IHasBubble, ISerializable {
this.textInputBubble.setSize(this.bubbleSize, true);
}

/** Shows the non editable text bubble for this comment. */
private showNonEditableBubble() {
this.textBubble = new TextBubble(
this.getText(),
this.sourceBlock.workspace as WorkspaceSvg,
this.getAnchorLocation(),
this.getBubbleOwnerRect(),
);
}

/** Hides any open bubbles owned by this comment. */
private hideBubble() {
this.textInputBubble?.dispose();
Expand Down

0 comments on commit 6170336

Please sign in to comment.